python-domino
python-domino copied to clipboard
Python bindings for the Domino APIs
We found that dominodatalab[airflow] seems to be incompatible with python 3.11 & airflow==2.9.3 requirements.txt: ``` apache-airflow-providers-postgres apache-airflow-providers-celery apache-airflow-providers-fab apache-airflow[kubernetes] apache-airflow-providers-amazon[aiobotocore] dominodatalab[airflow]==1.4.3 ``` Installation: ``` export AIRFLOW_VERSION=2.9.3 export PYTHON_VERSION=3.11 python3 -m...
We would like [Create Environment Revision](https://docs.dominodatalab.com/en/latest/api_guide/8c929e/rest-api-reference/#_createEnvironmentRevision) to be added to this package, so that we can easily script scheduled automatic compute environment builds/updates within Domino itself.
### What issue does this pull request solve? The issue encountered is the inability to add essential parameters such as environmentId and externalVolumeMountIds in the method responsible for executing app_publish...