@@ -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.3.0 ` .
10
+ The latest released version of ` python-domino ` is ` 1.3.1 ` .
11
11
12
12
# Version compatibility matrix
13
13
@@ -20,7 +20,7 @@ Domino:
20
20
| 4.1.0 or higher | [ 1.0.0] ( https://github.com/dominodatalab/python-domino/archive/refs/tags/1.0.0.zip ) or Higher |
21
21
| 5.3.0 or higher | [ 1.2.0] https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.2.0.zip ) or Higher |
22
22
| 5.5.0 or higher | [ 1.2.2] ( https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.2.2.zip ) or Higher |
23
- | 5.10.0 or higher | [ 1.3.0 ] ( https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.3.0 .zip ) or Higher |
23
+ | 5.10.0 or higher | [ 1.3.1 ] ( https://github.com/dominodatalab/python-domino/archive/refs/tags/Release-1.3.1 .zip ) or Higher |
24
24
25
25
# Development
26
26
110
110
## Projects
111
111
112
112
See
113
- [ ` example_projects_usage.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.3.0 /examples/example_projects_usage.py )
113
+ [ ` example_projects_usage.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.3.1 /examples/example_projects_usage.py )
114
114
for example code.
115
115
116
116
### project_create(project_name, owner_username=None)
@@ -146,7 +146,7 @@ project, the packages and libraries it uses, or the source of the data
146
146
within.
147
147
148
148
See
149
- [ ` example_projects_usage.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.3.0 /examples/example_projects_usage.py )
149
+ [ ` example_projects_usage.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.3.1 /examples/example_projects_usage.py )
150
150
for example code.
151
151
152
152
### tags_list(\* project_id)
@@ -190,9 +190,9 @@ Remove a tag from a project.
190
190
191
191
See these code example files:
192
192
193
- - [ ` start_run_and_check_status.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.3.0 /examples/start_run_and_check_status.py )
193
+ - [ ` start_run_and_check_status.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.3.1 /examples/start_run_and_check_status.py )
194
194
195
- - [ ` export_runs.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.3.0 /examples/export_runs.py )
195
+ - [ ` export_runs.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.3.1 /examples/export_runs.py )
196
196
197
197
### runs_list()
198
198
@@ -276,9 +276,9 @@ Get `stdout` emitted by a particular execution.
276
276
277
277
See these code example files:
278
278
279
- - [ ` upload_file.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.3.0 /examples/upload_file.py )
279
+ - [ ` upload_file.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.3.1 /examples/upload_file.py )
280
280
281
- - [ ` 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 )
281
+ - [ ` upload_and_run_file_and_download_results.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.3.1 /examples/upload_and_run_file_and_download_results.py )
282
282
283
283
### files_list(commitId, path)
284
284
@@ -435,7 +435,7 @@ through the Domino UI or through workload executions.
435
435
See [ Domino
436
436
Datasets] ( https://docs.dominodatalab.com/en/latest/user_guide/0a8d11/datasets-overview/ )
437
437
for more details, and
438
- [ ` example_dataset.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.3.0 /examples/example_dataset.py )
438
+ [ ` example_dataset.py ` ] ( https://github.com/dominodatalab/python-domino/blob/release-1.3.1 /examples/example_dataset.py )
439
439
for example code.
440
440
441
441
### datasets_list(project_id=None)
0 commit comments