python-domino icon indicating copy to clipboard operation
python-domino copied to clipboard

Python bindings for the Domino APIs

Results 23 python-domino issues
Sort by recently updated
recently updated
newest added

Latest version of the API for job start requires on to use compute_cluster_properties instead of on_demand_spark_cluster_properties to launch spark jobs. Seems the domino module has been updated to allow this,...

Hi, does it make sense to include this call in this project? Regards, Maarten Breddels

Hi, does it make sense to expose the filesystem API in this project? We call `/u/{project_owner}/{project_name}/run/synchronizeRunWorkingDirectory/{run_id}` for our purpose. I am not 100% sure of this should be everything that...

Hi, `Domino._app_id` is now 'protected', could it be a public API? We are making a domino product that needs to generate a URL to a deployed app, and for that,...

Simar to #127, but for the app status. Regards, Maarten Breddels

Both seem to be largely the same, but there do seem to be subtle differences between the two methods. However, it's not entirely clear what they are. It would be...

- Ability to initialise without a project defined - specifically requested by ITG admins. This does leave some endpoints unusable in routes, have added warning and exceptions when trying to...

I'm currently not finding a way to stop|start my model using python-domino. Is there a way to do that and if not can we please get this functionality?

For use cases like scheduled tasks, fallback to API Key since the default auth method may have become invalid/expired. We currently suggest to use unsetenv, i.e: `os.unsetenv('DOMINO_TOKEN_FILE')` in the python...