python-domino
python-domino copied to clipboard
Python bindings for the Domino APIs
Per DOCS-126 and PRD-2479
If we run `app_publish(unpublishRunningApps=True)` it will work as expected, but if a user has previously set access permissions to "Anyone, including anonymous users", it will be reset to the default...
My current understanding of the API is that in order to download a file (blobs_get) you must have a file `key`. In order to obtain a file `key` you must...
collaborators default to contributor type
### Link to JIRA [DOM-XYZ](https://dominodatalab.atlassian.net/browse/DOM-XYZ) ### What issue does this pull request solve? _placeholder_ ### What is the solution? _placeholder_ ### Testing Briefly describe how the change was tested. The...
We are encountering a dependency issue, since FastAPI requires "typing-extensions>=4.8.0". I've been looking at changes for typing-extensions https://github.com/python/typing_extensions/blob/main/CHANGELOG.md but I don't see any breaking changes.. Thanks.
BUG!!! This method is being passed a dict in the parameter hardware_tier_id, but the equality test expects a string! 1152 if hardware_tier_id == hardware_tier["hardwareTier"]["id"]: 1153 return True -> 1154 raise...
The run_start methods have a title parameter but the job_start methods do not. Is there a reason? Can this be added to the python API? The parameter is available in...
Would it be possible to loosen version constraints on the other dependencies as well? Such tight dependencies makes installing other packages difficult. The latest `conda` (24.5.0) for instance requires `frozendict`...