data-repo-client 2.317.0__py3-none-any.whl → 2.319.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of data-repo-client might be problematic. Click here for more details.
- data_repo_client/__init__.py +1 -1
- data_repo_client/api/admin_api.py +2 -2
- data_repo_client/api/datasets_api.py +34 -34
- data_repo_client/api/profiles_api.py +6 -6
- data_repo_client/api/repository_api.py +46 -46
- data_repo_client/api/resources_api.py +6 -6
- data_repo_client/api/snapshots_api.py +8 -8
- data_repo_client/api/upgrade_api.py +2 -2
- data_repo_client/api_client.py +1 -1
- data_repo_client/configuration.py +1 -1
- {data_repo_client-2.317.0.dist-info → data_repo_client-2.319.0.dist-info}/METADATA +1 -1
- {data_repo_client-2.317.0.dist-info → data_repo_client-2.319.0.dist-info}/RECORD +14 -14
- {data_repo_client-2.317.0.dist-info → data_repo_client-2.319.0.dist-info}/WHEEL +0 -0
- {data_repo_client-2.317.0.dist-info → data_repo_client-2.319.0.dist-info}/top_level.txt +0 -0
data_repo_client/__init__.py
CHANGED
|
@@ -267,7 +267,7 @@ class AdminApi(object):
|
|
|
267
267
|
def register_drs_aliases(self, **kwargs): # noqa: E501
|
|
268
268
|
"""register_drs_aliases # noqa: E501
|
|
269
269
|
|
|
270
|
-
Load Drs Aliases into TDR. It is possible to have an alias to a DRS ID that does not exist in TDR. # noqa: E501
|
|
270
|
+
Load Drs Aliases into TDR. It is possible to have an alias to a DRS ID that does not exist in TDR. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
271
271
|
This method makes a synchronous HTTP request by default. To make an
|
|
272
272
|
asynchronous HTTP request, please pass async_req=True
|
|
273
273
|
>>> thread = api.register_drs_aliases(async_req=True)
|
|
@@ -292,7 +292,7 @@ class AdminApi(object):
|
|
|
292
292
|
def register_drs_aliases_with_http_info(self, **kwargs): # noqa: E501
|
|
293
293
|
"""register_drs_aliases # noqa: E501
|
|
294
294
|
|
|
295
|
-
Load Drs Aliases into TDR. It is possible to have an alias to a DRS ID that does not exist in TDR. # noqa: E501
|
|
295
|
+
Load Drs Aliases into TDR. It is possible to have an alias to a DRS ID that does not exist in TDR. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
296
296
|
This method makes a synchronous HTTP request by default. To make an
|
|
297
297
|
asynchronous HTTP request, please pass async_req=True
|
|
298
298
|
>>> thread = api.register_drs_aliases_with_http_info(async_req=True)
|
|
@@ -39,7 +39,7 @@ class DatasetsApi(object):
|
|
|
39
39
|
def add_dataset_asset_specifications(self, id, **kwargs): # noqa: E501
|
|
40
40
|
"""add_dataset_asset_specifications # noqa: E501
|
|
41
41
|
|
|
42
|
-
Add an asset definition to a dataset # noqa: E501
|
|
42
|
+
Add an asset definition to a dataset. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
43
43
|
This method makes a synchronous HTTP request by default. To make an
|
|
44
44
|
asynchronous HTTP request, please pass async_req=True
|
|
45
45
|
>>> thread = api.add_dataset_asset_specifications(id, async_req=True)
|
|
@@ -65,7 +65,7 @@ class DatasetsApi(object):
|
|
|
65
65
|
def add_dataset_asset_specifications_with_http_info(self, id, **kwargs): # noqa: E501
|
|
66
66
|
"""add_dataset_asset_specifications # noqa: E501
|
|
67
67
|
|
|
68
|
-
Add an asset definition to a dataset # noqa: E501
|
|
68
|
+
Add an asset definition to a dataset. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
69
69
|
This method makes a synchronous HTTP request by default. To make an
|
|
70
70
|
asynchronous HTTP request, please pass async_req=True
|
|
71
71
|
>>> thread = api.add_dataset_asset_specifications_with_http_info(id, async_req=True)
|
|
@@ -294,7 +294,7 @@ class DatasetsApi(object):
|
|
|
294
294
|
def adjust_members_inherit_steward(self, id, **kwargs): # noqa: E501
|
|
295
295
|
"""adjust_members_inherit_steward # noqa: E501
|
|
296
296
|
|
|
297
|
-
ADMIN ONLY - Adjust members on datasets based on inherit steward flag # noqa: E501
|
|
297
|
+
ADMIN ONLY - Adjust members on datasets based on inherit steward flag. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
298
298
|
This method makes a synchronous HTTP request by default. To make an
|
|
299
299
|
asynchronous HTTP request, please pass async_req=True
|
|
300
300
|
>>> thread = api.adjust_members_inherit_steward(id, async_req=True)
|
|
@@ -319,7 +319,7 @@ class DatasetsApi(object):
|
|
|
319
319
|
def adjust_members_inherit_steward_with_http_info(self, id, **kwargs): # noqa: E501
|
|
320
320
|
"""adjust_members_inherit_steward # noqa: E501
|
|
321
321
|
|
|
322
|
-
ADMIN ONLY - Adjust members on datasets based on inherit steward flag # noqa: E501
|
|
322
|
+
ADMIN ONLY - Adjust members on datasets based on inherit steward flag. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
323
323
|
This method makes a synchronous HTTP request by default. To make an
|
|
324
324
|
asynchronous HTTP request, please pass async_req=True
|
|
325
325
|
>>> thread = api.adjust_members_inherit_steward_with_http_info(id, async_req=True)
|
|
@@ -408,7 +408,7 @@ class DatasetsApi(object):
|
|
|
408
408
|
def apply_dataset_data_deletion(self, id, **kwargs): # noqa: E501
|
|
409
409
|
"""apply_dataset_data_deletion # noqa: E501
|
|
410
410
|
|
|
411
|
-
Applies deletes to primary tabular data in a dataset # noqa: E501
|
|
411
|
+
Applies deletes to primary tabular data in a dataset. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
412
412
|
This method makes a synchronous HTTP request by default. To make an
|
|
413
413
|
asynchronous HTTP request, please pass async_req=True
|
|
414
414
|
>>> thread = api.apply_dataset_data_deletion(id, async_req=True)
|
|
@@ -434,7 +434,7 @@ class DatasetsApi(object):
|
|
|
434
434
|
def apply_dataset_data_deletion_with_http_info(self, id, **kwargs): # noqa: E501
|
|
435
435
|
"""apply_dataset_data_deletion # noqa: E501
|
|
436
436
|
|
|
437
|
-
Applies deletes to primary tabular data in a dataset # noqa: E501
|
|
437
|
+
Applies deletes to primary tabular data in a dataset. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
438
438
|
This method makes a synchronous HTTP request by default. To make an
|
|
439
439
|
asynchronous HTTP request, please pass async_req=True
|
|
440
440
|
>>> thread = api.apply_dataset_data_deletion_with_http_info(id, async_req=True)
|
|
@@ -531,7 +531,7 @@ class DatasetsApi(object):
|
|
|
531
531
|
def bulk_file_load(self, id, **kwargs): # noqa: E501
|
|
532
532
|
"""bulk_file_load # noqa: E501
|
|
533
533
|
|
|
534
|
-
Load many files into the dataset file system; async returns a BulkLoadResultModel Note that this endpoint is not a single transaction. Some files may be loaded and others may fail. Each file load is atomic; the file will either be loaded into the dataset file system or it will not exist. # noqa: E501
|
|
534
|
+
Load many files into the dataset file system; async returns a BulkLoadResultModel Note that this endpoint is not a single transaction. Some files may be loaded and others may fail. Each file load is atomic; the file will either be loaded into the dataset file system or it will not exist. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
535
535
|
This method makes a synchronous HTTP request by default. To make an
|
|
536
536
|
asynchronous HTTP request, please pass async_req=True
|
|
537
537
|
>>> thread = api.bulk_file_load(id, async_req=True)
|
|
@@ -557,7 +557,7 @@ class DatasetsApi(object):
|
|
|
557
557
|
def bulk_file_load_with_http_info(self, id, **kwargs): # noqa: E501
|
|
558
558
|
"""bulk_file_load # noqa: E501
|
|
559
559
|
|
|
560
|
-
Load many files into the dataset file system; async returns a BulkLoadResultModel Note that this endpoint is not a single transaction. Some files may be loaded and others may fail. Each file load is atomic; the file will either be loaded into the dataset file system or it will not exist. # noqa: E501
|
|
560
|
+
Load many files into the dataset file system; async returns a BulkLoadResultModel Note that this endpoint is not a single transaction. Some files may be loaded and others may fail. Each file load is atomic; the file will either be loaded into the dataset file system or it will not exist. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
561
561
|
This method makes a synchronous HTTP request by default. To make an
|
|
562
562
|
asynchronous HTTP request, please pass async_req=True
|
|
563
563
|
>>> thread = api.bulk_file_load_with_http_info(id, async_req=True)
|
|
@@ -654,7 +654,7 @@ class DatasetsApi(object):
|
|
|
654
654
|
def bulk_file_load_array(self, id, **kwargs): # noqa: E501
|
|
655
655
|
"""bulk_file_load_array # noqa: E501
|
|
656
656
|
|
|
657
|
-
Load many files into the dataset file system; async returns a BulkLoadArrayResultModel Note that this endpoint is not a single transaction. Some files may be loaded and others may fail. Each file load is atomic; the file will either be loaded into the dataset file system or it will not exist. # noqa: E501
|
|
657
|
+
Load many files into the dataset file system; async returns a BulkLoadArrayResultModel Note that this endpoint is not a single transaction. Some files may be loaded and others may fail. Each file load is atomic; the file will either be loaded into the dataset file system or it will not exist. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
658
658
|
This method makes a synchronous HTTP request by default. To make an
|
|
659
659
|
asynchronous HTTP request, please pass async_req=True
|
|
660
660
|
>>> thread = api.bulk_file_load_array(id, async_req=True)
|
|
@@ -680,7 +680,7 @@ class DatasetsApi(object):
|
|
|
680
680
|
def bulk_file_load_array_with_http_info(self, id, **kwargs): # noqa: E501
|
|
681
681
|
"""bulk_file_load_array # noqa: E501
|
|
682
682
|
|
|
683
|
-
Load many files into the dataset file system; async returns a BulkLoadArrayResultModel Note that this endpoint is not a single transaction. Some files may be loaded and others may fail. Each file load is atomic; the file will either be loaded into the dataset file system or it will not exist. # noqa: E501
|
|
683
|
+
Load many files into the dataset file system; async returns a BulkLoadArrayResultModel Note that this endpoint is not a single transaction. Some files may be loaded and others may fail. Each file load is atomic; the file will either be loaded into the dataset file system or it will not exist. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
684
684
|
This method makes a synchronous HTTP request by default. To make an
|
|
685
685
|
asynchronous HTTP request, please pass async_req=True
|
|
686
686
|
>>> thread = api.bulk_file_load_array_with_http_info(id, async_req=True)
|
|
@@ -777,7 +777,7 @@ class DatasetsApi(object):
|
|
|
777
777
|
def bulk_file_results_delete(self, id, load_tag, **kwargs): # noqa: E501
|
|
778
778
|
"""bulk_file_results_delete # noqa: E501
|
|
779
779
|
|
|
780
|
-
Delete results from the bulk file load table of the dataset. If jobId is specified, then only the results for the loadTag plus that jobId are deleted. Otherwise, all results associated with the loadTag are deleted. # noqa: E501
|
|
780
|
+
Delete results from the bulk file load table of the dataset. If jobId is specified, then only the results for the loadTag plus that jobId are deleted. Otherwise, all results associated with the loadTag are deleted. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
781
781
|
This method makes a synchronous HTTP request by default. To make an
|
|
782
782
|
asynchronous HTTP request, please pass async_req=True
|
|
783
783
|
>>> thread = api.bulk_file_results_delete(id, load_tag, async_req=True)
|
|
@@ -804,7 +804,7 @@ class DatasetsApi(object):
|
|
|
804
804
|
def bulk_file_results_delete_with_http_info(self, id, load_tag, **kwargs): # noqa: E501
|
|
805
805
|
"""bulk_file_results_delete # noqa: E501
|
|
806
806
|
|
|
807
|
-
Delete results from the bulk file load table of the dataset. If jobId is specified, then only the results for the loadTag plus that jobId are deleted. Otherwise, all results associated with the loadTag are deleted. # noqa: E501
|
|
807
|
+
Delete results from the bulk file load table of the dataset. If jobId is specified, then only the results for the loadTag plus that jobId are deleted. Otherwise, all results associated with the loadTag are deleted. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
808
808
|
This method makes a synchronous HTTP request by default. To make an
|
|
809
809
|
asynchronous HTTP request, please pass async_req=True
|
|
810
810
|
>>> thread = api.bulk_file_results_delete_with_http_info(id, load_tag, async_req=True)
|
|
@@ -905,7 +905,7 @@ class DatasetsApi(object):
|
|
|
905
905
|
def close_transaction(self, id, transaction_id, **kwargs): # noqa: E501
|
|
906
906
|
"""close_transaction # noqa: E501
|
|
907
907
|
|
|
908
|
-
Close a given transaction # noqa: E501
|
|
908
|
+
Close a given transaction. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
909
909
|
This method makes a synchronous HTTP request by default. To make an
|
|
910
910
|
asynchronous HTTP request, please pass async_req=True
|
|
911
911
|
>>> thread = api.close_transaction(id, transaction_id, async_req=True)
|
|
@@ -932,7 +932,7 @@ class DatasetsApi(object):
|
|
|
932
932
|
def close_transaction_with_http_info(self, id, transaction_id, **kwargs): # noqa: E501
|
|
933
933
|
"""close_transaction # noqa: E501
|
|
934
934
|
|
|
935
|
-
Close a given transaction # noqa: E501
|
|
935
|
+
Close a given transaction. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
936
936
|
This method makes a synchronous HTTP request by default. To make an
|
|
937
937
|
asynchronous HTTP request, please pass async_req=True
|
|
938
938
|
>>> thread = api.close_transaction_with_http_info(id, transaction_id, async_req=True)
|
|
@@ -1037,7 +1037,7 @@ class DatasetsApi(object):
|
|
|
1037
1037
|
def create_dataset(self, **kwargs): # noqa: E501
|
|
1038
1038
|
"""create_dataset # noqa: E501
|
|
1039
1039
|
|
|
1040
|
-
Create a new dataset asynchronously. The async result is DatasetSummaryModel. # noqa: E501
|
|
1040
|
+
Create a new dataset asynchronously. The async result is DatasetSummaryModel. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1041
1041
|
This method makes a synchronous HTTP request by default. To make an
|
|
1042
1042
|
asynchronous HTTP request, please pass async_req=True
|
|
1043
1043
|
>>> thread = api.create_dataset(async_req=True)
|
|
@@ -1062,7 +1062,7 @@ class DatasetsApi(object):
|
|
|
1062
1062
|
def create_dataset_with_http_info(self, **kwargs): # noqa: E501
|
|
1063
1063
|
"""create_dataset # noqa: E501
|
|
1064
1064
|
|
|
1065
|
-
Create a new dataset asynchronously. The async result is DatasetSummaryModel. # noqa: E501
|
|
1065
|
+
Create a new dataset asynchronously. The async result is DatasetSummaryModel. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1066
1066
|
This method makes a synchronous HTTP request by default. To make an
|
|
1067
1067
|
asynchronous HTTP request, please pass async_req=True
|
|
1068
1068
|
>>> thread = api.create_dataset_with_http_info(async_req=True)
|
|
@@ -1151,7 +1151,7 @@ class DatasetsApi(object):
|
|
|
1151
1151
|
def delete_dataset(self, id, **kwargs): # noqa: E501
|
|
1152
1152
|
"""delete_dataset # noqa: E501
|
|
1153
1153
|
|
|
1154
|
-
Delete a dataset by id # noqa: E501
|
|
1154
|
+
Delete a dataset by id. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1155
1155
|
This method makes a synchronous HTTP request by default. To make an
|
|
1156
1156
|
asynchronous HTTP request, please pass async_req=True
|
|
1157
1157
|
>>> thread = api.delete_dataset(id, async_req=True)
|
|
@@ -1176,7 +1176,7 @@ class DatasetsApi(object):
|
|
|
1176
1176
|
def delete_dataset_with_http_info(self, id, **kwargs): # noqa: E501
|
|
1177
1177
|
"""delete_dataset # noqa: E501
|
|
1178
1178
|
|
|
1179
|
-
Delete a dataset by id # noqa: E501
|
|
1179
|
+
Delete a dataset by id. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1180
1180
|
This method makes a synchronous HTTP request by default. To make an
|
|
1181
1181
|
asynchronous HTTP request, please pass async_req=True
|
|
1182
1182
|
>>> thread = api.delete_dataset_with_http_info(id, async_req=True)
|
|
@@ -1397,7 +1397,7 @@ class DatasetsApi(object):
|
|
|
1397
1397
|
def delete_file(self, id, fileid, **kwargs): # noqa: E501
|
|
1398
1398
|
"""delete_file # noqa: E501
|
|
1399
1399
|
|
|
1400
|
-
Hard delete of a file by id. The file is deleted even if it is in use by a dataset. Subsequent lookups will give not found errors. # noqa: E501
|
|
1400
|
+
Hard delete of a file by id. The file is deleted even if it is in use by a dataset. Subsequent lookups will give not found errors. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1401
1401
|
This method makes a synchronous HTTP request by default. To make an
|
|
1402
1402
|
asynchronous HTTP request, please pass async_req=True
|
|
1403
1403
|
>>> thread = api.delete_file(id, fileid, async_req=True)
|
|
@@ -1423,7 +1423,7 @@ class DatasetsApi(object):
|
|
|
1423
1423
|
def delete_file_with_http_info(self, id, fileid, **kwargs): # noqa: E501
|
|
1424
1424
|
"""delete_file # noqa: E501
|
|
1425
1425
|
|
|
1426
|
-
Hard delete of a file by id. The file is deleted even if it is in use by a dataset. Subsequent lookups will give not found errors. # noqa: E501
|
|
1426
|
+
Hard delete of a file by id. The file is deleted even if it is in use by a dataset. Subsequent lookups will give not found errors. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1427
1427
|
This method makes a synchronous HTTP request by default. To make an
|
|
1428
1428
|
asynchronous HTTP request, please pass async_req=True
|
|
1429
1429
|
>>> thread = api.delete_file_with_http_info(id, fileid, async_req=True)
|
|
@@ -1900,7 +1900,7 @@ class DatasetsApi(object):
|
|
|
1900
1900
|
def get_load_history_for_load_tag(self, id, load_tag, **kwargs): # noqa: E501
|
|
1901
1901
|
"""get_load_history_for_load_tag # noqa: E501
|
|
1902
1902
|
|
|
1903
|
-
Retrieve the results of a bulk file load. The results of each bulk load are stored in the dataset. They can be queried directly or retrieved with this paginated interface. # noqa: E501
|
|
1903
|
+
Retrieve the results of a bulk file load. The results of each bulk load are stored in the dataset. They can be queried directly or retrieved with this paginated interface. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1904
1904
|
This method makes a synchronous HTTP request by default. To make an
|
|
1905
1905
|
asynchronous HTTP request, please pass async_req=True
|
|
1906
1906
|
>>> thread = api.get_load_history_for_load_tag(id, load_tag, async_req=True)
|
|
@@ -1928,7 +1928,7 @@ class DatasetsApi(object):
|
|
|
1928
1928
|
def get_load_history_for_load_tag_with_http_info(self, id, load_tag, **kwargs): # noqa: E501
|
|
1929
1929
|
"""get_load_history_for_load_tag # noqa: E501
|
|
1930
1930
|
|
|
1931
|
-
Retrieve the results of a bulk file load. The results of each bulk load are stored in the dataset. They can be queried directly or retrieved with this paginated interface. # noqa: E501
|
|
1931
|
+
Retrieve the results of a bulk file load. The results of each bulk load are stored in the dataset. They can be queried directly or retrieved with this paginated interface. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1932
1932
|
This method makes a synchronous HTTP request by default. To make an
|
|
1933
1933
|
asynchronous HTTP request, please pass async_req=True
|
|
1934
1934
|
>>> thread = api.get_load_history_for_load_tag_with_http_info(id, load_tag, async_req=True)
|
|
@@ -2033,7 +2033,7 @@ class DatasetsApi(object):
|
|
|
2033
2033
|
def ingest_dataset(self, id, **kwargs): # noqa: E501
|
|
2034
2034
|
"""ingest_dataset # noqa: E501
|
|
2035
2035
|
|
|
2036
|
-
Ingest data into a dataset table # noqa: E501
|
|
2036
|
+
Ingest data into a dataset table. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
2037
2037
|
This method makes a synchronous HTTP request by default. To make an
|
|
2038
2038
|
asynchronous HTTP request, please pass async_req=True
|
|
2039
2039
|
>>> thread = api.ingest_dataset(id, async_req=True)
|
|
@@ -2059,7 +2059,7 @@ class DatasetsApi(object):
|
|
|
2059
2059
|
def ingest_dataset_with_http_info(self, id, **kwargs): # noqa: E501
|
|
2060
2060
|
"""ingest_dataset # noqa: E501
|
|
2061
2061
|
|
|
2062
|
-
Ingest data into a dataset table # noqa: E501
|
|
2062
|
+
Ingest data into a dataset table. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
2063
2063
|
This method makes a synchronous HTTP request by default. To make an
|
|
2064
2064
|
asynchronous HTTP request, please pass async_req=True
|
|
2065
2065
|
>>> thread = api.ingest_dataset_with_http_info(id, async_req=True)
|
|
@@ -2156,7 +2156,7 @@ class DatasetsApi(object):
|
|
|
2156
2156
|
def ingest_file(self, id, **kwargs): # noqa: E501
|
|
2157
2157
|
"""ingest_file # noqa: E501
|
|
2158
2158
|
|
|
2159
|
-
Ingest one file into the dataset file system; async returns a FileModel # noqa: E501
|
|
2159
|
+
Ingest one file into the dataset file system; async returns a FileModel. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
2160
2160
|
This method makes a synchronous HTTP request by default. To make an
|
|
2161
2161
|
asynchronous HTTP request, please pass async_req=True
|
|
2162
2162
|
>>> thread = api.ingest_file(id, async_req=True)
|
|
@@ -2182,7 +2182,7 @@ class DatasetsApi(object):
|
|
|
2182
2182
|
def ingest_file_with_http_info(self, id, **kwargs): # noqa: E501
|
|
2183
2183
|
"""ingest_file # noqa: E501
|
|
2184
2184
|
|
|
2185
|
-
Ingest one file into the dataset file system; async returns a FileModel # noqa: E501
|
|
2185
|
+
Ingest one file into the dataset file system; async returns a FileModel. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
2186
2186
|
This method makes a synchronous HTTP request by default. To make an
|
|
2187
2187
|
asynchronous HTTP request, please pass async_req=True
|
|
2188
2188
|
>>> thread = api.ingest_file_with_http_info(id, async_req=True)
|
|
@@ -3064,7 +3064,7 @@ class DatasetsApi(object):
|
|
|
3064
3064
|
def open_transaction(self, id, transaction, **kwargs): # noqa: E501
|
|
3065
3065
|
"""open_transaction # noqa: E501
|
|
3066
3066
|
|
|
3067
|
-
Create a transaction to be used for ingesting if you are chaining ingests together # noqa: E501
|
|
3067
|
+
Create a transaction to be used for ingesting if you are chaining ingests together. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
3068
3068
|
This method makes a synchronous HTTP request by default. To make an
|
|
3069
3069
|
asynchronous HTTP request, please pass async_req=True
|
|
3070
3070
|
>>> thread = api.open_transaction(id, transaction, async_req=True)
|
|
@@ -3090,7 +3090,7 @@ class DatasetsApi(object):
|
|
|
3090
3090
|
def open_transaction_with_http_info(self, id, transaction, **kwargs): # noqa: E501
|
|
3091
3091
|
"""open_transaction # noqa: E501
|
|
3092
3092
|
|
|
3093
|
-
Create a transaction to be used for ingesting if you are chaining ingests together # noqa: E501
|
|
3093
|
+
Create a transaction to be used for ingesting if you are chaining ingests together. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
3094
3094
|
This method makes a synchronous HTTP request by default. To make an
|
|
3095
3095
|
asynchronous HTTP request, please pass async_req=True
|
|
3096
3096
|
>>> thread = api.open_transaction_with_http_info(id, transaction, async_req=True)
|
|
@@ -3587,7 +3587,7 @@ class DatasetsApi(object):
|
|
|
3587
3587
|
def remove_dataset_asset_specifications(self, id, assetid, **kwargs): # noqa: E501
|
|
3588
3588
|
"""remove_dataset_asset_specifications # noqa: E501
|
|
3589
3589
|
|
|
3590
|
-
Remove an asset definition from a dataset # noqa: E501
|
|
3590
|
+
Remove an asset definition from a dataset. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
3591
3591
|
This method makes a synchronous HTTP request by default. To make an
|
|
3592
3592
|
asynchronous HTTP request, please pass async_req=True
|
|
3593
3593
|
>>> thread = api.remove_dataset_asset_specifications(id, assetid, async_req=True)
|
|
@@ -3613,7 +3613,7 @@ class DatasetsApi(object):
|
|
|
3613
3613
|
def remove_dataset_asset_specifications_with_http_info(self, id, assetid, **kwargs): # noqa: E501
|
|
3614
3614
|
"""remove_dataset_asset_specifications # noqa: E501
|
|
3615
3615
|
|
|
3616
|
-
Remove an asset definition from a dataset # noqa: E501
|
|
3616
|
+
Remove an asset definition from a dataset. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
3617
3617
|
This method makes a synchronous HTTP request by default. To make an
|
|
3618
3618
|
asynchronous HTTP request, please pass async_req=True
|
|
3619
3619
|
>>> thread = api.remove_dataset_asset_specifications_with_http_info(id, assetid, async_req=True)
|
|
@@ -4295,7 +4295,7 @@ class DatasetsApi(object):
|
|
|
4295
4295
|
def set_inherit_steward(self, id, body, **kwargs): # noqa: E501
|
|
4296
4296
|
"""set_inherit_steward # noqa: E501
|
|
4297
4297
|
|
|
4298
|
-
ADMIN ONLY - Set flag that allows the dataset custodians to inherit the steward role on all snapshots made from this dataset # noqa: E501
|
|
4298
|
+
ADMIN ONLY - Set flag that allows the dataset custodians to inherit the steward role on all snapshots made from this dataset. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
4299
4299
|
This method makes a synchronous HTTP request by default. To make an
|
|
4300
4300
|
asynchronous HTTP request, please pass async_req=True
|
|
4301
4301
|
>>> thread = api.set_inherit_steward(id, body, async_req=True)
|
|
@@ -4321,7 +4321,7 @@ class DatasetsApi(object):
|
|
|
4321
4321
|
def set_inherit_steward_with_http_info(self, id, body, **kwargs): # noqa: E501
|
|
4322
4322
|
"""set_inherit_steward # noqa: E501
|
|
4323
4323
|
|
|
4324
|
-
ADMIN ONLY - Set flag that allows the dataset custodians to inherit the steward role on all snapshots made from this dataset # noqa: E501
|
|
4324
|
+
ADMIN ONLY - Set flag that allows the dataset custodians to inherit the steward role on all snapshots made from this dataset. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
4325
4325
|
This method makes a synchronous HTTP request by default. To make an
|
|
4326
4326
|
asynchronous HTTP request, please pass async_req=True
|
|
4327
4327
|
>>> thread = api.set_inherit_steward_with_http_info(id, body, async_req=True)
|
|
@@ -4668,7 +4668,7 @@ class DatasetsApi(object):
|
|
|
4668
4668
|
def update_schema(self, id, dataset_schema_update_model, **kwargs): # noqa: E501
|
|
4669
4669
|
"""update_schema # noqa: E501
|
|
4670
4670
|
|
|
4671
|
-
Modify a dataset's schema with additive changes # noqa: E501
|
|
4671
|
+
Modify a dataset's schema with additive changes. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
4672
4672
|
This method makes a synchronous HTTP request by default. To make an
|
|
4673
4673
|
asynchronous HTTP request, please pass async_req=True
|
|
4674
4674
|
>>> thread = api.update_schema(id, dataset_schema_update_model, async_req=True)
|
|
@@ -4694,7 +4694,7 @@ class DatasetsApi(object):
|
|
|
4694
4694
|
def update_schema_with_http_info(self, id, dataset_schema_update_model, **kwargs): # noqa: E501
|
|
4695
4695
|
"""update_schema # noqa: E501
|
|
4696
4696
|
|
|
4697
|
-
Modify a dataset's schema with additive changes # noqa: E501
|
|
4697
|
+
Modify a dataset's schema with additive changes. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
4698
4698
|
This method makes a synchronous HTTP request by default. To make an
|
|
4699
4699
|
asynchronous HTTP request, please pass async_req=True
|
|
4700
4700
|
>>> thread = api.update_schema_with_http_info(id, dataset_schema_update_model, async_req=True)
|
|
@@ -175,7 +175,7 @@ class ProfilesApi(object):
|
|
|
175
175
|
def create_profile(self, **kwargs): # noqa: E501
|
|
176
176
|
"""create_profile # noqa: E501
|
|
177
177
|
|
|
178
|
-
Creates a new profile associated with a billing account. This is asynchronous. The final return is of type definitions/BillingProfileModel. # noqa: E501
|
|
178
|
+
Creates a new profile associated with a billing account. This is asynchronous. The final return is of type definitions/BillingProfileModel. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
179
179
|
This method makes a synchronous HTTP request by default. To make an
|
|
180
180
|
asynchronous HTTP request, please pass async_req=True
|
|
181
181
|
>>> thread = api.create_profile(async_req=True)
|
|
@@ -200,7 +200,7 @@ class ProfilesApi(object):
|
|
|
200
200
|
def create_profile_with_http_info(self, **kwargs): # noqa: E501
|
|
201
201
|
"""create_profile # noqa: E501
|
|
202
202
|
|
|
203
|
-
Creates a new profile associated with a billing account. This is asynchronous. The final return is of type definitions/BillingProfileModel. # noqa: E501
|
|
203
|
+
Creates a new profile associated with a billing account. This is asynchronous. The final return is of type definitions/BillingProfileModel. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
204
204
|
This method makes a synchronous HTTP request by default. To make an
|
|
205
205
|
asynchronous HTTP request, please pass async_req=True
|
|
206
206
|
>>> thread = api.create_profile_with_http_info(async_req=True)
|
|
@@ -289,7 +289,7 @@ class ProfilesApi(object):
|
|
|
289
289
|
def delete_profile(self, id, **kwargs): # noqa: E501
|
|
290
290
|
"""delete_profile # noqa: E501
|
|
291
291
|
|
|
292
|
-
Delete a billing profile by id. This is asynchronous. The final return is of type definitions/DeleteResponseModel. # noqa: E501
|
|
292
|
+
Delete a billing profile by id. This is asynchronous. The final return is of type definitions/DeleteResponseModel. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
293
293
|
This method makes a synchronous HTTP request by default. To make an
|
|
294
294
|
asynchronous HTTP request, please pass async_req=True
|
|
295
295
|
>>> thread = api.delete_profile(id, async_req=True)
|
|
@@ -315,7 +315,7 @@ class ProfilesApi(object):
|
|
|
315
315
|
def delete_profile_with_http_info(self, id, **kwargs): # noqa: E501
|
|
316
316
|
"""delete_profile # noqa: E501
|
|
317
317
|
|
|
318
|
-
Delete a billing profile by id. This is asynchronous. The final return is of type definitions/DeleteResponseModel. # noqa: E501
|
|
318
|
+
Delete a billing profile by id. This is asynchronous. The final return is of type definitions/DeleteResponseModel. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
319
319
|
This method makes a synchronous HTTP request by default. To make an
|
|
320
320
|
asynchronous HTTP request, please pass async_req=True
|
|
321
321
|
>>> thread = api.delete_profile_with_http_info(id, async_req=True)
|
|
@@ -997,7 +997,7 @@ class ProfilesApi(object):
|
|
|
997
997
|
def update_profile(self, billing_profile_update_model, **kwargs): # noqa: E501
|
|
998
998
|
"""update_profile # noqa: E501
|
|
999
999
|
|
|
1000
|
-
Update a billing profile by id. This is asynchronous. The final return is of type definitions/BillingProfileModel. # noqa: E501
|
|
1000
|
+
Update a billing profile by id. This is asynchronous. The final return is of type definitions/BillingProfileModel. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1001
1001
|
This method makes a synchronous HTTP request by default. To make an
|
|
1002
1002
|
asynchronous HTTP request, please pass async_req=True
|
|
1003
1003
|
>>> thread = api.update_profile(billing_profile_update_model, async_req=True)
|
|
@@ -1022,7 +1022,7 @@ class ProfilesApi(object):
|
|
|
1022
1022
|
def update_profile_with_http_info(self, billing_profile_update_model, **kwargs): # noqa: E501
|
|
1023
1023
|
"""update_profile # noqa: E501
|
|
1024
1024
|
|
|
1025
|
-
Update a billing profile by id. This is asynchronous. The final return is of type definitions/BillingProfileModel. # noqa: E501
|
|
1025
|
+
Update a billing profile by id. This is asynchronous. The final return is of type definitions/BillingProfileModel. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1026
1026
|
This method makes a synchronous HTTP request by default. To make an
|
|
1027
1027
|
asynchronous HTTP request, please pass async_req=True
|
|
1028
1028
|
>>> thread = api.update_profile_with_http_info(billing_profile_update_model, async_req=True)
|
|
@@ -39,7 +39,7 @@ class RepositoryApi(object):
|
|
|
39
39
|
def add_dataset_asset_specifications(self, id, **kwargs): # noqa: E501
|
|
40
40
|
"""add_dataset_asset_specifications # noqa: E501
|
|
41
41
|
|
|
42
|
-
Add an asset definition to a dataset # noqa: E501
|
|
42
|
+
Add an asset definition to a dataset. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
43
43
|
This method makes a synchronous HTTP request by default. To make an
|
|
44
44
|
asynchronous HTTP request, please pass async_req=True
|
|
45
45
|
>>> thread = api.add_dataset_asset_specifications(id, async_req=True)
|
|
@@ -65,7 +65,7 @@ class RepositoryApi(object):
|
|
|
65
65
|
def add_dataset_asset_specifications_with_http_info(self, id, **kwargs): # noqa: E501
|
|
66
66
|
"""add_dataset_asset_specifications # noqa: E501
|
|
67
67
|
|
|
68
|
-
Add an asset definition to a dataset # noqa: E501
|
|
68
|
+
Add an asset definition to a dataset. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
69
69
|
This method makes a synchronous HTTP request by default. To make an
|
|
70
70
|
asynchronous HTTP request, please pass async_req=True
|
|
71
71
|
>>> thread = api.add_dataset_asset_specifications_with_http_info(id, async_req=True)
|
|
@@ -549,7 +549,7 @@ class RepositoryApi(object):
|
|
|
549
549
|
def adjust_members_inherit_steward(self, id, **kwargs): # noqa: E501
|
|
550
550
|
"""adjust_members_inherit_steward # noqa: E501
|
|
551
551
|
|
|
552
|
-
ADMIN ONLY - Adjust members on datasets based on inherit steward flag # noqa: E501
|
|
552
|
+
ADMIN ONLY - Adjust members on datasets based on inherit steward flag. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
553
553
|
This method makes a synchronous HTTP request by default. To make an
|
|
554
554
|
asynchronous HTTP request, please pass async_req=True
|
|
555
555
|
>>> thread = api.adjust_members_inherit_steward(id, async_req=True)
|
|
@@ -574,7 +574,7 @@ class RepositoryApi(object):
|
|
|
574
574
|
def adjust_members_inherit_steward_with_http_info(self, id, **kwargs): # noqa: E501
|
|
575
575
|
"""adjust_members_inherit_steward # noqa: E501
|
|
576
576
|
|
|
577
|
-
ADMIN ONLY - Adjust members on datasets based on inherit steward flag # noqa: E501
|
|
577
|
+
ADMIN ONLY - Adjust members on datasets based on inherit steward flag. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
578
578
|
This method makes a synchronous HTTP request by default. To make an
|
|
579
579
|
asynchronous HTTP request, please pass async_req=True
|
|
580
580
|
>>> thread = api.adjust_members_inherit_steward_with_http_info(id, async_req=True)
|
|
@@ -663,7 +663,7 @@ class RepositoryApi(object):
|
|
|
663
663
|
def apply_dataset_data_deletion(self, id, **kwargs): # noqa: E501
|
|
664
664
|
"""apply_dataset_data_deletion # noqa: E501
|
|
665
665
|
|
|
666
|
-
Applies deletes to primary tabular data in a dataset # noqa: E501
|
|
666
|
+
Applies deletes to primary tabular data in a dataset. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
667
667
|
This method makes a synchronous HTTP request by default. To make an
|
|
668
668
|
asynchronous HTTP request, please pass async_req=True
|
|
669
669
|
>>> thread = api.apply_dataset_data_deletion(id, async_req=True)
|
|
@@ -689,7 +689,7 @@ class RepositoryApi(object):
|
|
|
689
689
|
def apply_dataset_data_deletion_with_http_info(self, id, **kwargs): # noqa: E501
|
|
690
690
|
"""apply_dataset_data_deletion # noqa: E501
|
|
691
691
|
|
|
692
|
-
Applies deletes to primary tabular data in a dataset # noqa: E501
|
|
692
|
+
Applies deletes to primary tabular data in a dataset. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
693
693
|
This method makes a synchronous HTTP request by default. To make an
|
|
694
694
|
asynchronous HTTP request, please pass async_req=True
|
|
695
695
|
>>> thread = api.apply_dataset_data_deletion_with_http_info(id, async_req=True)
|
|
@@ -786,7 +786,7 @@ class RepositoryApi(object):
|
|
|
786
786
|
def bulk_file_load(self, id, **kwargs): # noqa: E501
|
|
787
787
|
"""bulk_file_load # noqa: E501
|
|
788
788
|
|
|
789
|
-
Load many files into the dataset file system; async returns a BulkLoadResultModel Note that this endpoint is not a single transaction. Some files may be loaded and others may fail. Each file load is atomic; the file will either be loaded into the dataset file system or it will not exist. # noqa: E501
|
|
789
|
+
Load many files into the dataset file system; async returns a BulkLoadResultModel Note that this endpoint is not a single transaction. Some files may be loaded and others may fail. Each file load is atomic; the file will either be loaded into the dataset file system or it will not exist. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
790
790
|
This method makes a synchronous HTTP request by default. To make an
|
|
791
791
|
asynchronous HTTP request, please pass async_req=True
|
|
792
792
|
>>> thread = api.bulk_file_load(id, async_req=True)
|
|
@@ -812,7 +812,7 @@ class RepositoryApi(object):
|
|
|
812
812
|
def bulk_file_load_with_http_info(self, id, **kwargs): # noqa: E501
|
|
813
813
|
"""bulk_file_load # noqa: E501
|
|
814
814
|
|
|
815
|
-
Load many files into the dataset file system; async returns a BulkLoadResultModel Note that this endpoint is not a single transaction. Some files may be loaded and others may fail. Each file load is atomic; the file will either be loaded into the dataset file system or it will not exist. # noqa: E501
|
|
815
|
+
Load many files into the dataset file system; async returns a BulkLoadResultModel Note that this endpoint is not a single transaction. Some files may be loaded and others may fail. Each file load is atomic; the file will either be loaded into the dataset file system or it will not exist. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
816
816
|
This method makes a synchronous HTTP request by default. To make an
|
|
817
817
|
asynchronous HTTP request, please pass async_req=True
|
|
818
818
|
>>> thread = api.bulk_file_load_with_http_info(id, async_req=True)
|
|
@@ -909,7 +909,7 @@ class RepositoryApi(object):
|
|
|
909
909
|
def bulk_file_load_array(self, id, **kwargs): # noqa: E501
|
|
910
910
|
"""bulk_file_load_array # noqa: E501
|
|
911
911
|
|
|
912
|
-
Load many files into the dataset file system; async returns a BulkLoadArrayResultModel Note that this endpoint is not a single transaction. Some files may be loaded and others may fail. Each file load is atomic; the file will either be loaded into the dataset file system or it will not exist. # noqa: E501
|
|
912
|
+
Load many files into the dataset file system; async returns a BulkLoadArrayResultModel Note that this endpoint is not a single transaction. Some files may be loaded and others may fail. Each file load is atomic; the file will either be loaded into the dataset file system or it will not exist. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
913
913
|
This method makes a synchronous HTTP request by default. To make an
|
|
914
914
|
asynchronous HTTP request, please pass async_req=True
|
|
915
915
|
>>> thread = api.bulk_file_load_array(id, async_req=True)
|
|
@@ -935,7 +935,7 @@ class RepositoryApi(object):
|
|
|
935
935
|
def bulk_file_load_array_with_http_info(self, id, **kwargs): # noqa: E501
|
|
936
936
|
"""bulk_file_load_array # noqa: E501
|
|
937
937
|
|
|
938
|
-
Load many files into the dataset file system; async returns a BulkLoadArrayResultModel Note that this endpoint is not a single transaction. Some files may be loaded and others may fail. Each file load is atomic; the file will either be loaded into the dataset file system or it will not exist. # noqa: E501
|
|
938
|
+
Load many files into the dataset file system; async returns a BulkLoadArrayResultModel Note that this endpoint is not a single transaction. Some files may be loaded and others may fail. Each file load is atomic; the file will either be loaded into the dataset file system or it will not exist. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
939
939
|
This method makes a synchronous HTTP request by default. To make an
|
|
940
940
|
asynchronous HTTP request, please pass async_req=True
|
|
941
941
|
>>> thread = api.bulk_file_load_array_with_http_info(id, async_req=True)
|
|
@@ -1032,7 +1032,7 @@ class RepositoryApi(object):
|
|
|
1032
1032
|
def bulk_file_results_delete(self, id, load_tag, **kwargs): # noqa: E501
|
|
1033
1033
|
"""bulk_file_results_delete # noqa: E501
|
|
1034
1034
|
|
|
1035
|
-
Delete results from the bulk file load table of the dataset. If jobId is specified, then only the results for the loadTag plus that jobId are deleted. Otherwise, all results associated with the loadTag are deleted. # noqa: E501
|
|
1035
|
+
Delete results from the bulk file load table of the dataset. If jobId is specified, then only the results for the loadTag plus that jobId are deleted. Otherwise, all results associated with the loadTag are deleted. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1036
1036
|
This method makes a synchronous HTTP request by default. To make an
|
|
1037
1037
|
asynchronous HTTP request, please pass async_req=True
|
|
1038
1038
|
>>> thread = api.bulk_file_results_delete(id, load_tag, async_req=True)
|
|
@@ -1059,7 +1059,7 @@ class RepositoryApi(object):
|
|
|
1059
1059
|
def bulk_file_results_delete_with_http_info(self, id, load_tag, **kwargs): # noqa: E501
|
|
1060
1060
|
"""bulk_file_results_delete # noqa: E501
|
|
1061
1061
|
|
|
1062
|
-
Delete results from the bulk file load table of the dataset. If jobId is specified, then only the results for the loadTag plus that jobId are deleted. Otherwise, all results associated with the loadTag are deleted. # noqa: E501
|
|
1062
|
+
Delete results from the bulk file load table of the dataset. If jobId is specified, then only the results for the loadTag plus that jobId are deleted. Otherwise, all results associated with the loadTag are deleted. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1063
1063
|
This method makes a synchronous HTTP request by default. To make an
|
|
1064
1064
|
asynchronous HTTP request, please pass async_req=True
|
|
1065
1065
|
>>> thread = api.bulk_file_results_delete_with_http_info(id, load_tag, async_req=True)
|
|
@@ -1160,7 +1160,7 @@ class RepositoryApi(object):
|
|
|
1160
1160
|
def close_transaction(self, id, transaction_id, **kwargs): # noqa: E501
|
|
1161
1161
|
"""close_transaction # noqa: E501
|
|
1162
1162
|
|
|
1163
|
-
Close a given transaction # noqa: E501
|
|
1163
|
+
Close a given transaction. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1164
1164
|
This method makes a synchronous HTTP request by default. To make an
|
|
1165
1165
|
asynchronous HTTP request, please pass async_req=True
|
|
1166
1166
|
>>> thread = api.close_transaction(id, transaction_id, async_req=True)
|
|
@@ -1187,7 +1187,7 @@ class RepositoryApi(object):
|
|
|
1187
1187
|
def close_transaction_with_http_info(self, id, transaction_id, **kwargs): # noqa: E501
|
|
1188
1188
|
"""close_transaction # noqa: E501
|
|
1189
1189
|
|
|
1190
|
-
Close a given transaction # noqa: E501
|
|
1190
|
+
Close a given transaction. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1191
1191
|
This method makes a synchronous HTTP request by default. To make an
|
|
1192
1192
|
asynchronous HTTP request, please pass async_req=True
|
|
1193
1193
|
>>> thread = api.close_transaction_with_http_info(id, transaction_id, async_req=True)
|
|
@@ -1292,7 +1292,7 @@ class RepositoryApi(object):
|
|
|
1292
1292
|
def create_dataset(self, **kwargs): # noqa: E501
|
|
1293
1293
|
"""create_dataset # noqa: E501
|
|
1294
1294
|
|
|
1295
|
-
Create a new dataset asynchronously. The async result is DatasetSummaryModel. # noqa: E501
|
|
1295
|
+
Create a new dataset asynchronously. The async result is DatasetSummaryModel. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1296
1296
|
This method makes a synchronous HTTP request by default. To make an
|
|
1297
1297
|
asynchronous HTTP request, please pass async_req=True
|
|
1298
1298
|
>>> thread = api.create_dataset(async_req=True)
|
|
@@ -1317,7 +1317,7 @@ class RepositoryApi(object):
|
|
|
1317
1317
|
def create_dataset_with_http_info(self, **kwargs): # noqa: E501
|
|
1318
1318
|
"""create_dataset # noqa: E501
|
|
1319
1319
|
|
|
1320
|
-
Create a new dataset asynchronously. The async result is DatasetSummaryModel. # noqa: E501
|
|
1320
|
+
Create a new dataset asynchronously. The async result is DatasetSummaryModel. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1321
1321
|
This method makes a synchronous HTTP request by default. To make an
|
|
1322
1322
|
asynchronous HTTP request, please pass async_req=True
|
|
1323
1323
|
>>> thread = api.create_dataset_with_http_info(async_req=True)
|
|
@@ -1406,7 +1406,7 @@ class RepositoryApi(object):
|
|
|
1406
1406
|
def create_snapshot(self, **kwargs): # noqa: E501
|
|
1407
1407
|
"""create_snapshot # noqa: E501
|
|
1408
1408
|
|
|
1409
|
-
Create a new snapshot # noqa: E501
|
|
1409
|
+
Create a new snapshot. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1410
1410
|
This method makes a synchronous HTTP request by default. To make an
|
|
1411
1411
|
asynchronous HTTP request, please pass async_req=True
|
|
1412
1412
|
>>> thread = api.create_snapshot(async_req=True)
|
|
@@ -1431,7 +1431,7 @@ class RepositoryApi(object):
|
|
|
1431
1431
|
def create_snapshot_with_http_info(self, **kwargs): # noqa: E501
|
|
1432
1432
|
"""create_snapshot # noqa: E501
|
|
1433
1433
|
|
|
1434
|
-
Create a new snapshot # noqa: E501
|
|
1434
|
+
Create a new snapshot. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1435
1435
|
This method makes a synchronous HTTP request by default. To make an
|
|
1436
1436
|
asynchronous HTTP request, please pass async_req=True
|
|
1437
1437
|
>>> thread = api.create_snapshot_with_http_info(async_req=True)
|
|
@@ -1520,7 +1520,7 @@ class RepositoryApi(object):
|
|
|
1520
1520
|
def delete_dataset(self, id, **kwargs): # noqa: E501
|
|
1521
1521
|
"""delete_dataset # noqa: E501
|
|
1522
1522
|
|
|
1523
|
-
Delete a dataset by id # noqa: E501
|
|
1523
|
+
Delete a dataset by id. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1524
1524
|
This method makes a synchronous HTTP request by default. To make an
|
|
1525
1525
|
asynchronous HTTP request, please pass async_req=True
|
|
1526
1526
|
>>> thread = api.delete_dataset(id, async_req=True)
|
|
@@ -1545,7 +1545,7 @@ class RepositoryApi(object):
|
|
|
1545
1545
|
def delete_dataset_with_http_info(self, id, **kwargs): # noqa: E501
|
|
1546
1546
|
"""delete_dataset # noqa: E501
|
|
1547
1547
|
|
|
1548
|
-
Delete a dataset by id # noqa: E501
|
|
1548
|
+
Delete a dataset by id. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1549
1549
|
This method makes a synchronous HTTP request by default. To make an
|
|
1550
1550
|
asynchronous HTTP request, please pass async_req=True
|
|
1551
1551
|
>>> thread = api.delete_dataset_with_http_info(id, async_req=True)
|
|
@@ -1766,7 +1766,7 @@ class RepositoryApi(object):
|
|
|
1766
1766
|
def delete_file(self, id, fileid, **kwargs): # noqa: E501
|
|
1767
1767
|
"""delete_file # noqa: E501
|
|
1768
1768
|
|
|
1769
|
-
Hard delete of a file by id. The file is deleted even if it is in use by a dataset. Subsequent lookups will give not found errors. # noqa: E501
|
|
1769
|
+
Hard delete of a file by id. The file is deleted even if it is in use by a dataset. Subsequent lookups will give not found errors. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1770
1770
|
This method makes a synchronous HTTP request by default. To make an
|
|
1771
1771
|
asynchronous HTTP request, please pass async_req=True
|
|
1772
1772
|
>>> thread = api.delete_file(id, fileid, async_req=True)
|
|
@@ -1792,7 +1792,7 @@ class RepositoryApi(object):
|
|
|
1792
1792
|
def delete_file_with_http_info(self, id, fileid, **kwargs): # noqa: E501
|
|
1793
1793
|
"""delete_file # noqa: E501
|
|
1794
1794
|
|
|
1795
|
-
Hard delete of a file by id. The file is deleted even if it is in use by a dataset. Subsequent lookups will give not found errors. # noqa: E501
|
|
1795
|
+
Hard delete of a file by id. The file is deleted even if it is in use by a dataset. Subsequent lookups will give not found errors. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1796
1796
|
This method makes a synchronous HTTP request by default. To make an
|
|
1797
1797
|
asynchronous HTTP request, please pass async_req=True
|
|
1798
1798
|
>>> thread = api.delete_file_with_http_info(id, fileid, async_req=True)
|
|
@@ -1889,7 +1889,7 @@ class RepositoryApi(object):
|
|
|
1889
1889
|
def delete_snapshot(self, id, **kwargs): # noqa: E501
|
|
1890
1890
|
"""delete_snapshot # noqa: E501
|
|
1891
1891
|
|
|
1892
|
-
Delete a snapshot by id. If this operation fails, we do not attempt to undo any failed steps. Therefore, a failed snapshot delete call leaves the snapshot in a partially deleted state. # noqa: E501
|
|
1892
|
+
Delete a snapshot by id. If this operation fails, we do not attempt to undo any failed steps. Therefore, a failed snapshot delete call leaves the snapshot in a partially deleted state. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1893
1893
|
This method makes a synchronous HTTP request by default. To make an
|
|
1894
1894
|
asynchronous HTTP request, please pass async_req=True
|
|
1895
1895
|
>>> thread = api.delete_snapshot(id, async_req=True)
|
|
@@ -1914,7 +1914,7 @@ class RepositoryApi(object):
|
|
|
1914
1914
|
def delete_snapshot_with_http_info(self, id, **kwargs): # noqa: E501
|
|
1915
1915
|
"""delete_snapshot # noqa: E501
|
|
1916
1916
|
|
|
1917
|
-
Delete a snapshot by id. If this operation fails, we do not attempt to undo any failed steps. Therefore, a failed snapshot delete call leaves the snapshot in a partially deleted state. # noqa: E501
|
|
1917
|
+
Delete a snapshot by id. If this operation fails, we do not attempt to undo any failed steps. Therefore, a failed snapshot delete call leaves the snapshot in a partially deleted state. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1918
1918
|
This method makes a synchronous HTTP request by default. To make an
|
|
1919
1919
|
asynchronous HTTP request, please pass async_req=True
|
|
1920
1920
|
>>> thread = api.delete_snapshot_with_http_info(id, async_req=True)
|
|
@@ -2920,7 +2920,7 @@ class RepositoryApi(object):
|
|
|
2920
2920
|
def export_snapshot(self, id, **kwargs): # noqa: E501
|
|
2921
2921
|
"""export_snapshot # noqa: E501
|
|
2922
2922
|
|
|
2923
|
-
Export a snapshot by id # noqa: E501
|
|
2923
|
+
Export a snapshot by id. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
2924
2924
|
This method makes a synchronous HTTP request by default. To make an
|
|
2925
2925
|
asynchronous HTTP request, please pass async_req=True
|
|
2926
2926
|
>>> thread = api.export_snapshot(id, async_req=True)
|
|
@@ -2948,7 +2948,7 @@ class RepositoryApi(object):
|
|
|
2948
2948
|
def export_snapshot_with_http_info(self, id, **kwargs): # noqa: E501
|
|
2949
2949
|
"""export_snapshot # noqa: E501
|
|
2950
2950
|
|
|
2951
|
-
Export a snapshot by id # noqa: E501
|
|
2951
|
+
Export a snapshot by id. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
2952
2952
|
This method makes a synchronous HTTP request by default. To make an
|
|
2953
2953
|
asynchronous HTTP request, please pass async_req=True
|
|
2954
2954
|
>>> thread = api.export_snapshot_with_http_info(id, async_req=True)
|
|
@@ -3629,7 +3629,7 @@ class RepositoryApi(object):
|
|
|
3629
3629
|
def get_load_history_for_load_tag(self, id, load_tag, **kwargs): # noqa: E501
|
|
3630
3630
|
"""get_load_history_for_load_tag # noqa: E501
|
|
3631
3631
|
|
|
3632
|
-
Retrieve the results of a bulk file load. The results of each bulk load are stored in the dataset. They can be queried directly or retrieved with this paginated interface. # noqa: E501
|
|
3632
|
+
Retrieve the results of a bulk file load. The results of each bulk load are stored in the dataset. They can be queried directly or retrieved with this paginated interface. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
3633
3633
|
This method makes a synchronous HTTP request by default. To make an
|
|
3634
3634
|
asynchronous HTTP request, please pass async_req=True
|
|
3635
3635
|
>>> thread = api.get_load_history_for_load_tag(id, load_tag, async_req=True)
|
|
@@ -3657,7 +3657,7 @@ class RepositoryApi(object):
|
|
|
3657
3657
|
def get_load_history_for_load_tag_with_http_info(self, id, load_tag, **kwargs): # noqa: E501
|
|
3658
3658
|
"""get_load_history_for_load_tag # noqa: E501
|
|
3659
3659
|
|
|
3660
|
-
Retrieve the results of a bulk file load. The results of each bulk load are stored in the dataset. They can be queried directly or retrieved with this paginated interface. # noqa: E501
|
|
3660
|
+
Retrieve the results of a bulk file load. The results of each bulk load are stored in the dataset. They can be queried directly or retrieved with this paginated interface. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
3661
3661
|
This method makes a synchronous HTTP request by default. To make an
|
|
3662
3662
|
asynchronous HTTP request, please pass async_req=True
|
|
3663
3663
|
>>> thread = api.get_load_history_for_load_tag_with_http_info(id, load_tag, async_req=True)
|
|
@@ -4223,7 +4223,7 @@ class RepositoryApi(object):
|
|
|
4223
4223
|
def ingest_dataset(self, id, **kwargs): # noqa: E501
|
|
4224
4224
|
"""ingest_dataset # noqa: E501
|
|
4225
4225
|
|
|
4226
|
-
Ingest data into a dataset table # noqa: E501
|
|
4226
|
+
Ingest data into a dataset table. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
4227
4227
|
This method makes a synchronous HTTP request by default. To make an
|
|
4228
4228
|
asynchronous HTTP request, please pass async_req=True
|
|
4229
4229
|
>>> thread = api.ingest_dataset(id, async_req=True)
|
|
@@ -4249,7 +4249,7 @@ class RepositoryApi(object):
|
|
|
4249
4249
|
def ingest_dataset_with_http_info(self, id, **kwargs): # noqa: E501
|
|
4250
4250
|
"""ingest_dataset # noqa: E501
|
|
4251
4251
|
|
|
4252
|
-
Ingest data into a dataset table # noqa: E501
|
|
4252
|
+
Ingest data into a dataset table. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
4253
4253
|
This method makes a synchronous HTTP request by default. To make an
|
|
4254
4254
|
asynchronous HTTP request, please pass async_req=True
|
|
4255
4255
|
>>> thread = api.ingest_dataset_with_http_info(id, async_req=True)
|
|
@@ -4346,7 +4346,7 @@ class RepositoryApi(object):
|
|
|
4346
4346
|
def ingest_file(self, id, **kwargs): # noqa: E501
|
|
4347
4347
|
"""ingest_file # noqa: E501
|
|
4348
4348
|
|
|
4349
|
-
Ingest one file into the dataset file system; async returns a FileModel # noqa: E501
|
|
4349
|
+
Ingest one file into the dataset file system; async returns a FileModel. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
4350
4350
|
This method makes a synchronous HTTP request by default. To make an
|
|
4351
4351
|
asynchronous HTTP request, please pass async_req=True
|
|
4352
4352
|
>>> thread = api.ingest_file(id, async_req=True)
|
|
@@ -4372,7 +4372,7 @@ class RepositoryApi(object):
|
|
|
4372
4372
|
def ingest_file_with_http_info(self, id, **kwargs): # noqa: E501
|
|
4373
4373
|
"""ingest_file # noqa: E501
|
|
4374
4374
|
|
|
4375
|
-
Ingest one file into the dataset file system; async returns a FileModel # noqa: E501
|
|
4375
|
+
Ingest one file into the dataset file system; async returns a FileModel. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
4376
4376
|
This method makes a synchronous HTTP request by default. To make an
|
|
4377
4377
|
asynchronous HTTP request, please pass async_req=True
|
|
4378
4378
|
>>> thread = api.ingest_file_with_http_info(id, async_req=True)
|
|
@@ -5888,7 +5888,7 @@ class RepositoryApi(object):
|
|
|
5888
5888
|
def open_transaction(self, id, transaction, **kwargs): # noqa: E501
|
|
5889
5889
|
"""open_transaction # noqa: E501
|
|
5890
5890
|
|
|
5891
|
-
Create a transaction to be used for ingesting if you are chaining ingests together # noqa: E501
|
|
5891
|
+
Create a transaction to be used for ingesting if you are chaining ingests together. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
5892
5892
|
This method makes a synchronous HTTP request by default. To make an
|
|
5893
5893
|
asynchronous HTTP request, please pass async_req=True
|
|
5894
5894
|
>>> thread = api.open_transaction(id, transaction, async_req=True)
|
|
@@ -5914,7 +5914,7 @@ class RepositoryApi(object):
|
|
|
5914
5914
|
def open_transaction_with_http_info(self, id, transaction, **kwargs): # noqa: E501
|
|
5915
5915
|
"""open_transaction # noqa: E501
|
|
5916
5916
|
|
|
5917
|
-
Create a transaction to be used for ingesting if you are chaining ingests together # noqa: E501
|
|
5917
|
+
Create a transaction to be used for ingesting if you are chaining ingests together. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
5918
5918
|
This method makes a synchronous HTTP request by default. To make an
|
|
5919
5919
|
asynchronous HTTP request, please pass async_req=True
|
|
5920
5920
|
>>> thread = api.open_transaction_with_http_info(id, transaction, async_req=True)
|
|
@@ -6525,7 +6525,7 @@ class RepositoryApi(object):
|
|
|
6525
6525
|
def register_drs_aliases(self, **kwargs): # noqa: E501
|
|
6526
6526
|
"""register_drs_aliases # noqa: E501
|
|
6527
6527
|
|
|
6528
|
-
Load Drs Aliases into TDR. It is possible to have an alias to a DRS ID that does not exist in TDR. # noqa: E501
|
|
6528
|
+
Load Drs Aliases into TDR. It is possible to have an alias to a DRS ID that does not exist in TDR. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
6529
6529
|
This method makes a synchronous HTTP request by default. To make an
|
|
6530
6530
|
asynchronous HTTP request, please pass async_req=True
|
|
6531
6531
|
>>> thread = api.register_drs_aliases(async_req=True)
|
|
@@ -6550,7 +6550,7 @@ class RepositoryApi(object):
|
|
|
6550
6550
|
def register_drs_aliases_with_http_info(self, **kwargs): # noqa: E501
|
|
6551
6551
|
"""register_drs_aliases # noqa: E501
|
|
6552
6552
|
|
|
6553
|
-
Load Drs Aliases into TDR. It is possible to have an alias to a DRS ID that does not exist in TDR. # noqa: E501
|
|
6553
|
+
Load Drs Aliases into TDR. It is possible to have an alias to a DRS ID that does not exist in TDR. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
6554
6554
|
This method makes a synchronous HTTP request by default. To make an
|
|
6555
6555
|
asynchronous HTTP request, please pass async_req=True
|
|
6556
6556
|
>>> thread = api.register_drs_aliases_with_http_info(async_req=True)
|
|
@@ -6639,7 +6639,7 @@ class RepositoryApi(object):
|
|
|
6639
6639
|
def remove_dataset_asset_specifications(self, id, assetid, **kwargs): # noqa: E501
|
|
6640
6640
|
"""remove_dataset_asset_specifications # noqa: E501
|
|
6641
6641
|
|
|
6642
|
-
Remove an asset definition from a dataset # noqa: E501
|
|
6642
|
+
Remove an asset definition from a dataset. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
6643
6643
|
This method makes a synchronous HTTP request by default. To make an
|
|
6644
6644
|
asynchronous HTTP request, please pass async_req=True
|
|
6645
6645
|
>>> thread = api.remove_dataset_asset_specifications(id, assetid, async_req=True)
|
|
@@ -6665,7 +6665,7 @@ class RepositoryApi(object):
|
|
|
6665
6665
|
def remove_dataset_asset_specifications_with_http_info(self, id, assetid, **kwargs): # noqa: E501
|
|
6666
6666
|
"""remove_dataset_asset_specifications # noqa: E501
|
|
6667
6667
|
|
|
6668
|
-
Remove an asset definition from a dataset # noqa: E501
|
|
6668
|
+
Remove an asset definition from a dataset. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
6669
6669
|
This method makes a synchronous HTTP request by default. To make an
|
|
6670
6670
|
asynchronous HTTP request, please pass async_req=True
|
|
6671
6671
|
>>> thread = api.remove_dataset_asset_specifications_with_http_info(id, assetid, async_req=True)
|
|
@@ -8594,7 +8594,7 @@ class RepositoryApi(object):
|
|
|
8594
8594
|
def set_inherit_steward(self, id, body, **kwargs): # noqa: E501
|
|
8595
8595
|
"""set_inherit_steward # noqa: E501
|
|
8596
8596
|
|
|
8597
|
-
ADMIN ONLY - Set flag that allows the dataset custodians to inherit the steward role on all snapshots made from this dataset # noqa: E501
|
|
8597
|
+
ADMIN ONLY - Set flag that allows the dataset custodians to inherit the steward role on all snapshots made from this dataset. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
8598
8598
|
This method makes a synchronous HTTP request by default. To make an
|
|
8599
8599
|
asynchronous HTTP request, please pass async_req=True
|
|
8600
8600
|
>>> thread = api.set_inherit_steward(id, body, async_req=True)
|
|
@@ -8620,7 +8620,7 @@ class RepositoryApi(object):
|
|
|
8620
8620
|
def set_inherit_steward_with_http_info(self, id, body, **kwargs): # noqa: E501
|
|
8621
8621
|
"""set_inherit_steward # noqa: E501
|
|
8622
8622
|
|
|
8623
|
-
ADMIN ONLY - Set flag that allows the dataset custodians to inherit the steward role on all snapshots made from this dataset # noqa: E501
|
|
8623
|
+
ADMIN ONLY - Set flag that allows the dataset custodians to inherit the steward role on all snapshots made from this dataset. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
8624
8624
|
This method makes a synchronous HTTP request by default. To make an
|
|
8625
8625
|
asynchronous HTTP request, please pass async_req=True
|
|
8626
8626
|
>>> thread = api.set_inherit_steward_with_http_info(id, body, async_req=True)
|
|
@@ -8721,7 +8721,7 @@ class RepositoryApi(object):
|
|
|
8721
8721
|
def set_snapshot_public(self, id, body, **kwargs): # noqa: E501
|
|
8722
8722
|
"""set_snapshot_public # noqa: E501
|
|
8723
8723
|
|
|
8724
|
-
Sets the reader policy on the snapshot public for the specified snapshot if request body is true. Makes the reader policy on the snapshot private if the request body is false. # noqa: E501
|
|
8724
|
+
Sets the reader policy on the snapshot public for the specified snapshot if request body is true. Makes the reader policy on the snapshot private if the request body is false. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
8725
8725
|
This method makes a synchronous HTTP request by default. To make an
|
|
8726
8726
|
asynchronous HTTP request, please pass async_req=True
|
|
8727
8727
|
>>> thread = api.set_snapshot_public(id, body, async_req=True)
|
|
@@ -8747,7 +8747,7 @@ class RepositoryApi(object):
|
|
|
8747
8747
|
def set_snapshot_public_with_http_info(self, id, body, **kwargs): # noqa: E501
|
|
8748
8748
|
"""set_snapshot_public # noqa: E501
|
|
8749
8749
|
|
|
8750
|
-
Sets the reader policy on the snapshot public for the specified snapshot if request body is true. Makes the reader policy on the snapshot private if the request body is false. # noqa: E501
|
|
8750
|
+
Sets the reader policy on the snapshot public for the specified snapshot if request body is true. Makes the reader policy on the snapshot private if the request body is false. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
8751
8751
|
This method makes a synchronous HTTP request by default. To make an
|
|
8752
8752
|
asynchronous HTTP request, please pass async_req=True
|
|
8753
8753
|
>>> thread = api.set_snapshot_public_with_http_info(id, body, async_req=True)
|
|
@@ -9554,7 +9554,7 @@ class RepositoryApi(object):
|
|
|
9554
9554
|
def update_schema(self, id, dataset_schema_update_model, **kwargs): # noqa: E501
|
|
9555
9555
|
"""update_schema # noqa: E501
|
|
9556
9556
|
|
|
9557
|
-
Modify a dataset's schema with additive changes # noqa: E501
|
|
9557
|
+
Modify a dataset's schema with additive changes. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
9558
9558
|
This method makes a synchronous HTTP request by default. To make an
|
|
9559
9559
|
asynchronous HTTP request, please pass async_req=True
|
|
9560
9560
|
>>> thread = api.update_schema(id, dataset_schema_update_model, async_req=True)
|
|
@@ -9580,7 +9580,7 @@ class RepositoryApi(object):
|
|
|
9580
9580
|
def update_schema_with_http_info(self, id, dataset_schema_update_model, **kwargs): # noqa: E501
|
|
9581
9581
|
"""update_schema # noqa: E501
|
|
9582
9582
|
|
|
9583
|
-
Modify a dataset's schema with additive changes # noqa: E501
|
|
9583
|
+
Modify a dataset's schema with additive changes. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
9584
9584
|
This method makes a synchronous HTTP request by default. To make an
|
|
9585
9585
|
asynchronous HTTP request, please pass async_req=True
|
|
9586
9586
|
>>> thread = api.update_schema_with_http_info(id, dataset_schema_update_model, async_req=True)
|
|
@@ -9931,7 +9931,7 @@ class RepositoryApi(object):
|
|
|
9931
9931
|
def upgrade(self, upgrade, **kwargs): # noqa: E501
|
|
9932
9932
|
"""upgrade # noqa: E501
|
|
9933
9933
|
|
|
9934
|
-
Extensible endpoint for triggering upgrade tasks in the data repository. The asynchronous result is UpgradeResponseModel # noqa: E501
|
|
9934
|
+
Extensible endpoint for triggering upgrade tasks in the data repository. The asynchronous result is UpgradeResponseModel. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
9935
9935
|
This method makes a synchronous HTTP request by default. To make an
|
|
9936
9936
|
asynchronous HTTP request, please pass async_req=True
|
|
9937
9937
|
>>> thread = api.upgrade(upgrade, async_req=True)
|
|
@@ -9956,7 +9956,7 @@ class RepositoryApi(object):
|
|
|
9956
9956
|
def upgrade_with_http_info(self, upgrade, **kwargs): # noqa: E501
|
|
9957
9957
|
"""upgrade # noqa: E501
|
|
9958
9958
|
|
|
9959
|
-
Extensible endpoint for triggering upgrade tasks in the data repository. The asynchronous result is UpgradeResponseModel # noqa: E501
|
|
9959
|
+
Extensible endpoint for triggering upgrade tasks in the data repository. The asynchronous result is UpgradeResponseModel. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
9960
9960
|
This method makes a synchronous HTTP request by default. To make an
|
|
9961
9961
|
asynchronous HTTP request, please pass async_req=True
|
|
9962
9962
|
>>> thread = api.upgrade_with_http_info(upgrade, async_req=True)
|
|
@@ -175,7 +175,7 @@ class ResourcesApi(object):
|
|
|
175
175
|
def create_profile(self, **kwargs): # noqa: E501
|
|
176
176
|
"""create_profile # noqa: E501
|
|
177
177
|
|
|
178
|
-
Creates a new profile associated with a billing account. This is asynchronous. The final return is of type definitions/BillingProfileModel. # noqa: E501
|
|
178
|
+
Creates a new profile associated with a billing account. This is asynchronous. The final return is of type definitions/BillingProfileModel. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
179
179
|
This method makes a synchronous HTTP request by default. To make an
|
|
180
180
|
asynchronous HTTP request, please pass async_req=True
|
|
181
181
|
>>> thread = api.create_profile(async_req=True)
|
|
@@ -200,7 +200,7 @@ class ResourcesApi(object):
|
|
|
200
200
|
def create_profile_with_http_info(self, **kwargs): # noqa: E501
|
|
201
201
|
"""create_profile # noqa: E501
|
|
202
202
|
|
|
203
|
-
Creates a new profile associated with a billing account. This is asynchronous. The final return is of type definitions/BillingProfileModel. # noqa: E501
|
|
203
|
+
Creates a new profile associated with a billing account. This is asynchronous. The final return is of type definitions/BillingProfileModel. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
204
204
|
This method makes a synchronous HTTP request by default. To make an
|
|
205
205
|
asynchronous HTTP request, please pass async_req=True
|
|
206
206
|
>>> thread = api.create_profile_with_http_info(async_req=True)
|
|
@@ -289,7 +289,7 @@ class ResourcesApi(object):
|
|
|
289
289
|
def delete_profile(self, id, **kwargs): # noqa: E501
|
|
290
290
|
"""delete_profile # noqa: E501
|
|
291
291
|
|
|
292
|
-
Delete a billing profile by id. This is asynchronous. The final return is of type definitions/DeleteResponseModel. # noqa: E501
|
|
292
|
+
Delete a billing profile by id. This is asynchronous. The final return is of type definitions/DeleteResponseModel. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
293
293
|
This method makes a synchronous HTTP request by default. To make an
|
|
294
294
|
asynchronous HTTP request, please pass async_req=True
|
|
295
295
|
>>> thread = api.delete_profile(id, async_req=True)
|
|
@@ -315,7 +315,7 @@ class ResourcesApi(object):
|
|
|
315
315
|
def delete_profile_with_http_info(self, id, **kwargs): # noqa: E501
|
|
316
316
|
"""delete_profile # noqa: E501
|
|
317
317
|
|
|
318
|
-
Delete a billing profile by id. This is asynchronous. The final return is of type definitions/DeleteResponseModel. # noqa: E501
|
|
318
|
+
Delete a billing profile by id. This is asynchronous. The final return is of type definitions/DeleteResponseModel. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
319
319
|
This method makes a synchronous HTTP request by default. To make an
|
|
320
320
|
asynchronous HTTP request, please pass async_req=True
|
|
321
321
|
>>> thread = api.delete_profile_with_http_info(id, async_req=True)
|
|
@@ -997,7 +997,7 @@ class ResourcesApi(object):
|
|
|
997
997
|
def update_profile(self, billing_profile_update_model, **kwargs): # noqa: E501
|
|
998
998
|
"""update_profile # noqa: E501
|
|
999
999
|
|
|
1000
|
-
Update a billing profile by id. This is asynchronous. The final return is of type definitions/BillingProfileModel. # noqa: E501
|
|
1000
|
+
Update a billing profile by id. This is asynchronous. The final return is of type definitions/BillingProfileModel. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1001
1001
|
This method makes a synchronous HTTP request by default. To make an
|
|
1002
1002
|
asynchronous HTTP request, please pass async_req=True
|
|
1003
1003
|
>>> thread = api.update_profile(billing_profile_update_model, async_req=True)
|
|
@@ -1022,7 +1022,7 @@ class ResourcesApi(object):
|
|
|
1022
1022
|
def update_profile_with_http_info(self, billing_profile_update_model, **kwargs): # noqa: E501
|
|
1023
1023
|
"""update_profile # noqa: E501
|
|
1024
1024
|
|
|
1025
|
-
Update a billing profile by id. This is asynchronous. The final return is of type definitions/BillingProfileModel. # noqa: E501
|
|
1025
|
+
Update a billing profile by id. This is asynchronous. The final return is of type definitions/BillingProfileModel. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1026
1026
|
This method makes a synchronous HTTP request by default. To make an
|
|
1027
1027
|
asynchronous HTTP request, please pass async_req=True
|
|
1028
1028
|
>>> thread = api.update_profile_with_http_info(billing_profile_update_model, async_req=True)
|
|
@@ -294,7 +294,7 @@ class SnapshotsApi(object):
|
|
|
294
294
|
def create_snapshot(self, **kwargs): # noqa: E501
|
|
295
295
|
"""create_snapshot # noqa: E501
|
|
296
296
|
|
|
297
|
-
Create a new snapshot # noqa: E501
|
|
297
|
+
Create a new snapshot. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
298
298
|
This method makes a synchronous HTTP request by default. To make an
|
|
299
299
|
asynchronous HTTP request, please pass async_req=True
|
|
300
300
|
>>> thread = api.create_snapshot(async_req=True)
|
|
@@ -319,7 +319,7 @@ class SnapshotsApi(object):
|
|
|
319
319
|
def create_snapshot_with_http_info(self, **kwargs): # noqa: E501
|
|
320
320
|
"""create_snapshot # noqa: E501
|
|
321
321
|
|
|
322
|
-
Create a new snapshot # noqa: E501
|
|
322
|
+
Create a new snapshot. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
323
323
|
This method makes a synchronous HTTP request by default. To make an
|
|
324
324
|
asynchronous HTTP request, please pass async_req=True
|
|
325
325
|
>>> thread = api.create_snapshot_with_http_info(async_req=True)
|
|
@@ -408,7 +408,7 @@ class SnapshotsApi(object):
|
|
|
408
408
|
def delete_snapshot(self, id, **kwargs): # noqa: E501
|
|
409
409
|
"""delete_snapshot # noqa: E501
|
|
410
410
|
|
|
411
|
-
Delete a snapshot by id. If this operation fails, we do not attempt to undo any failed steps. Therefore, a failed snapshot delete call leaves the snapshot in a partially deleted state. # noqa: E501
|
|
411
|
+
Delete a snapshot by id. If this operation fails, we do not attempt to undo any failed steps. Therefore, a failed snapshot delete call leaves the snapshot in a partially deleted state. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
412
412
|
This method makes a synchronous HTTP request by default. To make an
|
|
413
413
|
asynchronous HTTP request, please pass async_req=True
|
|
414
414
|
>>> thread = api.delete_snapshot(id, async_req=True)
|
|
@@ -433,7 +433,7 @@ class SnapshotsApi(object):
|
|
|
433
433
|
def delete_snapshot_with_http_info(self, id, **kwargs): # noqa: E501
|
|
434
434
|
"""delete_snapshot # noqa: E501
|
|
435
435
|
|
|
436
|
-
Delete a snapshot by id. If this operation fails, we do not attempt to undo any failed steps. Therefore, a failed snapshot delete call leaves the snapshot in a partially deleted state. # noqa: E501
|
|
436
|
+
Delete a snapshot by id. If this operation fails, we do not attempt to undo any failed steps. Therefore, a failed snapshot delete call leaves the snapshot in a partially deleted state. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
437
437
|
This method makes a synchronous HTTP request by default. To make an
|
|
438
438
|
asynchronous HTTP request, please pass async_req=True
|
|
439
439
|
>>> thread = api.delete_snapshot_with_http_info(id, async_req=True)
|
|
@@ -1049,7 +1049,7 @@ class SnapshotsApi(object):
|
|
|
1049
1049
|
def export_snapshot(self, id, **kwargs): # noqa: E501
|
|
1050
1050
|
"""export_snapshot # noqa: E501
|
|
1051
1051
|
|
|
1052
|
-
Export a snapshot by id # noqa: E501
|
|
1052
|
+
Export a snapshot by id. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1053
1053
|
This method makes a synchronous HTTP request by default. To make an
|
|
1054
1054
|
asynchronous HTTP request, please pass async_req=True
|
|
1055
1055
|
>>> thread = api.export_snapshot(id, async_req=True)
|
|
@@ -1077,7 +1077,7 @@ class SnapshotsApi(object):
|
|
|
1077
1077
|
def export_snapshot_with_http_info(self, id, **kwargs): # noqa: E501
|
|
1078
1078
|
"""export_snapshot # noqa: E501
|
|
1079
1079
|
|
|
1080
|
-
Export a snapshot by id # noqa: E501
|
|
1080
|
+
Export a snapshot by id. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
1081
1081
|
This method makes a synchronous HTTP request by default. To make an
|
|
1082
1082
|
asynchronous HTTP request, please pass async_req=True
|
|
1083
1083
|
>>> thread = api.export_snapshot_with_http_info(id, async_req=True)
|
|
@@ -3373,7 +3373,7 @@ class SnapshotsApi(object):
|
|
|
3373
3373
|
def set_snapshot_public(self, id, body, **kwargs): # noqa: E501
|
|
3374
3374
|
"""set_snapshot_public # noqa: E501
|
|
3375
3375
|
|
|
3376
|
-
Sets the reader policy on the snapshot public for the specified snapshot if request body is true. Makes the reader policy on the snapshot private if the request body is false. # noqa: E501
|
|
3376
|
+
Sets the reader policy on the snapshot public for the specified snapshot if request body is true. Makes the reader policy on the snapshot private if the request body is false. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
3377
3377
|
This method makes a synchronous HTTP request by default. To make an
|
|
3378
3378
|
asynchronous HTTP request, please pass async_req=True
|
|
3379
3379
|
>>> thread = api.set_snapshot_public(id, body, async_req=True)
|
|
@@ -3399,7 +3399,7 @@ class SnapshotsApi(object):
|
|
|
3399
3399
|
def set_snapshot_public_with_http_info(self, id, body, **kwargs): # noqa: E501
|
|
3400
3400
|
"""set_snapshot_public # noqa: E501
|
|
3401
3401
|
|
|
3402
|
-
Sets the reader policy on the snapshot public for the specified snapshot if request body is true. Makes the reader policy on the snapshot private if the request body is false. # noqa: E501
|
|
3402
|
+
Sets the reader policy on the snapshot public for the specified snapshot if request body is true. Makes the reader policy on the snapshot private if the request body is false. This is asynchronous. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
3403
3403
|
This method makes a synchronous HTTP request by default. To make an
|
|
3404
3404
|
asynchronous HTTP request, please pass async_req=True
|
|
3405
3405
|
>>> thread = api.set_snapshot_public_with_http_info(id, body, async_req=True)
|
|
@@ -39,7 +39,7 @@ class UpgradeApi(object):
|
|
|
39
39
|
def upgrade(self, upgrade, **kwargs): # noqa: E501
|
|
40
40
|
"""upgrade # noqa: E501
|
|
41
41
|
|
|
42
|
-
Extensible endpoint for triggering upgrade tasks in the data repository. The asynchronous result is UpgradeResponseModel # noqa: E501
|
|
42
|
+
Extensible endpoint for triggering upgrade tasks in the data repository. The asynchronous result is UpgradeResponseModel. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
43
43
|
This method makes a synchronous HTTP request by default. To make an
|
|
44
44
|
asynchronous HTTP request, please pass async_req=True
|
|
45
45
|
>>> thread = api.upgrade(upgrade, async_req=True)
|
|
@@ -64,7 +64,7 @@ class UpgradeApi(object):
|
|
|
64
64
|
def upgrade_with_http_info(self, upgrade, **kwargs): # noqa: E501
|
|
65
65
|
"""upgrade # noqa: E501
|
|
66
66
|
|
|
67
|
-
Extensible endpoint for triggering upgrade tasks in the data repository. The asynchronous result is UpgradeResponseModel # noqa: E501
|
|
67
|
+
Extensible endpoint for triggering upgrade tasks in the data repository. The asynchronous result is UpgradeResponseModel. Use the returned job id to check the retrieveJob endpoint for the job status or retrieveJobResult endpoint to get the final result. # noqa: E501
|
|
68
68
|
This method makes a synchronous HTTP request by default. To make an
|
|
69
69
|
asynchronous HTTP request, please pass async_req=True
|
|
70
70
|
>>> thread = api.upgrade_with_http_info(upgrade, async_req=True)
|
data_repo_client/api_client.py
CHANGED
|
@@ -78,7 +78,7 @@ class ApiClient(object):
|
|
|
78
78
|
self.default_headers[header_name] = header_value
|
|
79
79
|
self.cookie = cookie
|
|
80
80
|
# Set default User-Agent.
|
|
81
|
-
self.user_agent = 'OpenAPI-Generator/2.
|
|
81
|
+
self.user_agent = 'OpenAPI-Generator/2.319.0/python'
|
|
82
82
|
self.client_side_validation = configuration.client_side_validation
|
|
83
83
|
|
|
84
84
|
def __enter__(self):
|
|
@@ -336,7 +336,7 @@ class Configuration(object):
|
|
|
336
336
|
"OS: {env}\n"\
|
|
337
337
|
"Python Version: {pyversion}\n"\
|
|
338
338
|
"Version of the API: 0.1.0\n"\
|
|
339
|
-
"SDK Package Version: 2.
|
|
339
|
+
"SDK Package Version: 2.319.0".\
|
|
340
340
|
format(env=sys.platform, pyversion=sys.version)
|
|
341
341
|
|
|
342
342
|
def get_host_settings(self):
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
data_repo_client/__init__.py,sha256=
|
|
2
|
-
data_repo_client/api_client.py,sha256=
|
|
3
|
-
data_repo_client/configuration.py,sha256=
|
|
1
|
+
data_repo_client/__init__.py,sha256=KSqwd85hKG6CXmTnOjq5wmRG9BI5FwStxeUylWfkpTI,18151
|
|
2
|
+
data_repo_client/api_client.py,sha256=8ZyZ0tOjQeSa2ecwJMC0YeIz4jWm4YHzNeIKIWX0SDM,27141
|
|
3
|
+
data_repo_client/configuration.py,sha256=SmPgeLTMvieu-wsLLTq2rdOyNZ8egSJ1afw2c8HvVjs,13682
|
|
4
4
|
data_repo_client/exceptions.py,sha256=Gx__KU4uPo9oWgPHmHS5Ond_mhm0PbJUcPXuZCYTECM,4674
|
|
5
5
|
data_repo_client/rest.py,sha256=NMuGDkxTl2dpbrQblMjDIACvVEcGeiToUabzcqzonlc,13208
|
|
6
6
|
data_repo_client/api/__init__.py,sha256=tHijhgS2OVIHakvFFMM0sQZj15jIUuaXNGVG9b40sj4,1061
|
|
7
|
-
data_repo_client/api/admin_api.py,sha256=
|
|
7
|
+
data_repo_client/api/admin_api.py,sha256=jAxy_mTcf4ZmjVOPtIQjZNTJvW26YCJ9iMS48KNwLFk,17157
|
|
8
8
|
data_repo_client/api/configs_api.py,sha256=U1bXazrLJY46j9OE_fBqYbx6ceQRbWftJ2ha5F7IHOU,25124
|
|
9
9
|
data_repo_client/api/data_repository_service_api.py,sha256=fClyd422btjwvFKwAmFV8JVpZmh4bUX3BURgPw_AK9k,41290
|
|
10
|
-
data_repo_client/api/datasets_api.py,sha256=
|
|
10
|
+
data_repo_client/api/datasets_api.py,sha256=qlZHA0e1F_q_9NXxmFYc12o1ImdcPU-bGZ3WpupKsBA,236227
|
|
11
11
|
data_repo_client/api/duos_api.py,sha256=vEznaSms2Mpuxx7by-zhFJT4yrPbyd9v2iZ2otfvbgI,22542
|
|
12
12
|
data_repo_client/api/jobs_api.py,sha256=Ngx-pytG_1iKyKW5B-_Lo1vuPx0qJH9QqYkuPidB8nk,17614
|
|
13
13
|
data_repo_client/api/journal_api.py,sha256=30q0oVicCuIIUDFzm32JvDpQcmKR4InUBmSlybkK4Q4,8829
|
|
14
|
-
data_repo_client/api/profiles_api.py,sha256=
|
|
14
|
+
data_repo_client/api/profiles_api.py,sha256=O-cdBwFzbM077zWqEYVOHrdHDs1Ixo1iMgotL-WyTx4,53280
|
|
15
15
|
data_repo_client/api/register_api.py,sha256=Q3mDFgxaUxbiuStLqW2yapH45-PZTvPVbOeG3DBaTVI,5999
|
|
16
|
-
data_repo_client/api/repository_api.py,sha256=
|
|
17
|
-
data_repo_client/api/resources_api.py,sha256=
|
|
16
|
+
data_repo_client/api/repository_api.py,sha256=nFOZa0iujYi1K4Ab_P-lFtKDVeoUGDQ9M1EBWvOPE14,489773
|
|
17
|
+
data_repo_client/api/resources_api.py,sha256=sZ_WqAwlzIvooJUBm-jvMFSWIOm1HYh8pEUIpD9VyJE,53281
|
|
18
18
|
data_repo_client/api/search_api.py,sha256=AvbQ45-NKxirgMmsyx4xN-gkN8eHSyjDmrrP23cNBCo,31737
|
|
19
19
|
data_repo_client/api/snapshot_access_request_api.py,sha256=ngqUZ7LGyF7QsrTLcLo9BcIuwrSEoEsLPEpv-bLYQWg,55636
|
|
20
|
-
data_repo_client/api/snapshots_api.py,sha256=
|
|
20
|
+
data_repo_client/api/snapshots_api.py,sha256=opcrpZ86HIvmQqKeiLcQtm5E6H1E96UkWwqL83iWcbQ,195931
|
|
21
21
|
data_repo_client/api/unauthenticated_api.py,sha256=QWMMTMxinULtYn-1SDwuWUaZgShbrbwMtfhp3_Wrh6Q,14777
|
|
22
|
-
data_repo_client/api/upgrade_api.py,sha256=
|
|
22
|
+
data_repo_client/api/upgrade_api.py,sha256=iqQNsNe6HUPWsa6vOGTYLVsesU5h-zzVF9iqD8mjEy4,7236
|
|
23
23
|
data_repo_client/models/__init__.py,sha256=oujo2-zRZ0dODWXkAjCkCWB_Vs605GmBgERJLo7Xw1A,16725
|
|
24
24
|
data_repo_client/models/access_info_big_query_model.py,sha256=BGOtdHxRFnUYgnWPlFx1iRKScd7z1bmlnHxXL9u-4AI,8937
|
|
25
25
|
data_repo_client/models/access_info_big_query_model_table.py,sha256=C8Ki1HSV2K1G7MlIGJREdmMixIL_s4GWsyMkzQSpgM8,8507
|
|
@@ -197,7 +197,7 @@ data_repo_client/models/upgrade_model.py,sha256=stze92OGQ-gxke0-bpj9QY9me2ICSzpq
|
|
|
197
197
|
data_repo_client/models/upgrade_response_model.py,sha256=yXIdF7WvxABO6u5iCAC4_5exfcbOw9TkXjRMsESuTuI,6106
|
|
198
198
|
data_repo_client/models/user_status_info.py,sha256=jHBZ8rhO6ZrE_rmRAQMTHrwNvhfaMy8kzYjFNSMFeQ0,6457
|
|
199
199
|
data_repo_client/models/workspace_policy_model.py,sha256=pgLpcUQUcN38IfdGBesOi9cfcF94no2xg6pgzcbTCLE,7966
|
|
200
|
-
data_repo_client-2.
|
|
201
|
-
data_repo_client-2.
|
|
202
|
-
data_repo_client-2.
|
|
203
|
-
data_repo_client-2.
|
|
200
|
+
data_repo_client-2.319.0.dist-info/METADATA,sha256=XZfDQLryS8009x5oI5OPc2ujLVTNarrU0ty8Xm50iG0,1420
|
|
201
|
+
data_repo_client-2.319.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
202
|
+
data_repo_client-2.319.0.dist-info/top_level.txt,sha256=rxRfDoBxOaUhmfMLoiE926w1prfERSr2Qg70w69QsgQ,17
|
|
203
|
+
data_repo_client-2.319.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|