@@ -7,7 +7,7 @@ See this documentation for details about the APIs:
7
7
8
8
- [ Legacy APIs] ( https://dominodatalab.github.io/api-docs/ )
9
9
10
- The latest released version of ` python-domino ` is ` 1.2.4 ` .
10
+ The latest released version of ` python-domino ` is ` 1.3.0 ` .
11
11
12
12
# Version compatibility matrix
13
13
@@ -20,6 +20,7 @@ Domino:
20
20
| 4.1.0 or higher | [ 1.0.0] ( https://github.com/dominodatalab/python-domino/archive/1.0.0.zip ) or Higher |
21
21
| 5.3.0 or higher | [ 1.2.0] ( https://github.com/dominodatalab/python-domino/archive/1.2.1.zip ) or Higher |
22
22
| 5.5.0 or higher | [ 1.2.2] ( https://github.com/dominodatalab/python-domino/archive/1.2.2.zip ) or Higher |
23
+ | 5.10.0 or higher | [ 1.3.0] ( https://github.com/dominodatalab/python-domino/archive/1.3.0.zip ) or Higher |
23
24
24
25
# Development
25
26
103
104
## Projects
104
105
105
106
See
106
- [ ` example_projects_usage.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.2.2 /examples/example_projects_usage.py )
107
+ [ ` example_projects_usage.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.3.0 /examples/example_projects_usage.py )
107
108
for example code.
108
109
109
110
### project_create(project_name, owner_username=None)
@@ -139,7 +140,7 @@ project, the packages and libraries it uses, or the source of the data
139
140
within.
140
141
141
142
See
142
- [ ` example_projects_usage.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.2.2 /examples/example_projects_usage.py )
143
+ [ ` example_projects_usage.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.3.0 /examples/example_projects_usage.py )
143
144
for example code.
144
145
145
146
### tags_list(\* project_id)
@@ -183,9 +184,9 @@ Remove a tag from a project.
183
184
184
185
See these code example files:
185
186
186
- - [ ` start_run_and_check_status.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.2.2 /examples/start_run_and_check_status.py )
187
+ - [ ` start_run_and_check_status.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.3.0 /examples/start_run_and_check_status.py )
187
188
188
- - [ ` export_runs.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.2.2 /examples/export_runs.py )
189
+ - [ ` export_runs.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.3.0 /examples/export_runs.py )
189
190
190
191
### runs_list()
191
192
@@ -269,9 +270,9 @@ Get `stdout` emitted by a particular execution.
269
270
270
271
See these code example files:
271
272
272
- - [ ` upload_file.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.2.2 /examples/upload_file.py )
273
+ - [ ` upload_file.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.3.0 /examples/upload_file.py )
273
274
274
- - [ ` upload_and_run_file_and_download_results.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.2.2 /examples/upload_and_run_file_and_download_results.py )
275
+ - [ ` upload_and_run_file_and_download_results.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.3.0 /examples/upload_and_run_file_and_download_results.py )
275
276
276
277
### files_list(commitId, path)
277
278
@@ -428,7 +429,7 @@ through the Domino UI or through workload executions.
428
429
See [ Domino
429
430
Datasets] ( https://docs.dominodatalab.com/en/latest/user_guide/0a8d11/datasets-overview/ )
430
431
for more details, and
431
- [ ` example_dataset.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.2.2 /examples/example_dataset.py )
432
+ [ ` example_dataset.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.3.0 /examples/example_dataset.py )
432
433
for example code.
433
434
434
435
### datasets_list(project_id=None)
0 commit comments