@@ -7,7 +7,7 @@ See this documentation for details about the APIs:
77
88- [ Legacy APIs] ( https://dominodatalab.github.io/api-docs/ )
99
10- The latest released version of ` python-domino ` is ` 1.5.1 ` .
10+ The latest released version of ` python-domino ` is ` 1.5.2 ` .
1111
1212# Version compatibility matrix
1313
@@ -23,7 +23,7 @@ Domino:
2323| 5.10.0 or higher | [ 1.3.1] ( https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.3.1.zip ) or Higher |
2424| 5.11.0 or higher | [ 1.4.1] ( https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.4.1.zip ) or Higher |
2525| 6.0.0 or higher | [ 1.4.8] ( https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.4.8.zip ) or Higher |
26- | 6.2.0 or higher | [ 1.5.1 ] ( https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.5.1 .zip ) or Higher |
26+ | 6.2.0 or higher | [ 1.5.2 ] ( https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.5.2 .zip ) or Higher |
2727
2828# Development
2929
141141# Budgets and Billing Tags
142142
143143See
144- [ ` example_budget_manager.py ` ] ( https://github.com/dominodatalab/python-domino/blob/Release-1.5.1 /examples/example_budget_manager.py )
144+ [ ` example_budget_manager.py ` ] ( https://github.com/dominodatalab/python-domino/blob/Release-1.5.2 /examples/example_budget_manager.py )
145145for example code.
146146
147147### budget_defaults_list()
@@ -311,7 +311,7 @@ Requires Admin permission
311311## Projects
312312
313313See
314- [ ` example_projects_usage.py ` ] ( https://github.com/dominodatalab/python-domino/blob/Release-1.5.1 /examples/example_projects_usage.py )
314+ [ ` example_projects_usage.py ` ] ( https://github.com/dominodatalab/python-domino/blob/Release-1.5.2 /examples/example_projects_usage.py )
315315for example code.
316316
317317### project_create_v4(project_name, owner_id, owner_username, description, collaborators, tags, billing_tag, visibility=PUBLIC)
@@ -369,7 +369,7 @@ project, the packages and libraries it uses, or the source of the data
369369within.
370370
371371See
372- [ ` example_projects_usage.py ` ] ( https://github.com/dominodatalab/python-domino/blob/Release-1.5.1 /examples/example_projects_usage.py )
372+ [ ` example_projects_usage.py ` ] ( https://github.com/dominodatalab/python-domino/blob/Release-1.5.2 /examples/example_projects_usage.py )
373373for example code.
374374
375375### tags_list(\* project_id)
@@ -413,9 +413,9 @@ Remove a tag from a project.
413413
414414See these code example files:
415415
416- - [ ` start_run_and_check_status.py ` ] ( https://github.com/dominodatalab/python-domino/blob/Release-1.5.1 /examples/start_run_and_check_status.py )
416+ - [ ` start_run_and_check_status.py ` ] ( https://github.com/dominodatalab/python-domino/blob/Release-1.5.2 /examples/start_run_and_check_status.py )
417417
418- - [ ` export_runs.py ` ] ( https://github.com/dominodatalab/python-domino/blob/Release-1.5.1 /examples/export_runs.py )
418+ - [ ` export_runs.py ` ] ( https://github.com/dominodatalab/python-domino/blob/Release-1.5.2 /examples/export_runs.py )
419419
420420### runs_list()
421421
@@ -499,9 +499,9 @@ Get `stdout` emitted by a particular execution.
499499
500500See these code example files:
501501
502- - [ ` upload_file.py ` ] ( https://github.com/dominodatalab/python-domino/blob/Release-1.5.1 /examples/upload_file.py )
502+ - [ ` upload_file.py ` ] ( https://github.com/dominodatalab/python-domino/blob/Release-1.5.2 /examples/upload_file.py )
503503
504- - [ ` upload_and_run_file_and_download_results.py ` ] ( https://github.com/dominodatalab/python-domino/blob/Release-1.5.1 /examples/upload_and_run_file_and_download_results.py )
504+ - [ ` upload_and_run_file_and_download_results.py ` ] ( https://github.com/dominodatalab/python-domino/blob/Release-1.5.2 /examples/upload_and_run_file_and_download_results.py )
505505
506506### files_list(commitId, path)
507507
@@ -686,7 +686,7 @@ through the Domino UI or through workload executions.
686686See [ Domino
687687Datasets] ( https://docs.dominodatalab.com/en/latest/user_guide/0a8d11/datasets-overview/ )
688688for more details, and
689- [ ` example_dataset.py ` ] ( https://github.com/dominodatalab/python-domino/blob/Release-1.5.1 /examples/example_dataset.py )
689+ [ ` example_dataset.py ` ] ( https://github.com/dominodatalab/python-domino/blob/Release-1.5.2 /examples/example_dataset.py )
690690for example code.
691691
692692### datasets_list(project_id=None)
@@ -1078,7 +1078,7 @@ command:
10781078 pip install -e git+https://github.com/dominodatalab/python-domino.git@1.0.6#egg="dominodatalab[airflow]"
10791079
10801080See also
1081- [ example_airflow_dag.py] ( https://github.com/dominodatalab/python-domino/blob/Release-1.5.1 /examples/example_airflow_dag.py )
1081+ [ example_airflow_dag.py] ( https://github.com/dominodatalab/python-domino/blob/Release-1.5.2 /examples/example_airflow_dag.py )
10821082for example code.
10831083
10841084## DominoOperator
0 commit comments