-
Notifications
You must be signed in to change notification settings - Fork 1
Low Level API Fails on Shared Objects #926
Copy link
Copy link
Open
Labels
blockingThis is a blocking issue which must be fixed before the next releaseThis is a blocking issue which must be fixed before the next releasebugSomething isn't workingSomething isn't workingpythonPull requests that update python codePull requests that update python code
Metadata
Metadata
Assignees
Labels
blockingThis is a blocking issue which must be fixed before the next releaseThis is a blocking issue which must be fixed before the next releasebugSomething isn't workingSomething isn't workingpythonPull requests that update python codePull requests that update python code
Type
Fields
Give feedbackNo fields configured for Bug.
Description of Bug
If the commands to retrieve objects fetch those with are shared with the user they will sometimes fail due to the LLAPI trying to retrieve information it is not allowed to read:
Steps To Reproduce
If you have access to shared runs:
Expected behavior
LLAPI should not attempt retrieval of private attributes of shared runs.
Setup