data-repo-client 2.303.0__tar.gz → 2.343.0__tar.gz

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.

Files changed (400) hide show
  1. {data-repo-client-2.303.0/data_repo_client.egg-info → data_repo_client-2.343.0}/PKG-INFO +2 -2
  2. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/README.md +2 -2
  3. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/__init__.py +1 -1
  4. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/api/admin_api.py +2 -2
  5. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/api/datasets_api.py +34 -34
  6. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/api/profiles_api.py +6 -6
  7. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/api/repository_api.py +46 -46
  8. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/api/resources_api.py +6 -6
  9. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/api/snapshots_api.py +8 -8
  10. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/api/upgrade_api.py +2 -2
  11. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/api_client.py +1 -1
  12. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/configuration.py +1 -1
  13. {data-repo-client-2.303.0 → data_repo_client-2.343.0/data_repo_client.egg-info}/PKG-INFO +1 -1
  14. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/setup.py +2 -2
  15. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/api/__init__.py +0 -0
  16. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/api/configs_api.py +0 -0
  17. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/api/data_repository_service_api.py +0 -0
  18. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/api/duos_api.py +0 -0
  19. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/api/jobs_api.py +0 -0
  20. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/api/journal_api.py +0 -0
  21. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/api/register_api.py +0 -0
  22. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/api/search_api.py +0 -0
  23. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/api/snapshot_access_request_api.py +0 -0
  24. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/api/unauthenticated_api.py +0 -0
  25. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/exceptions.py +0 -0
  26. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/__init__.py +0 -0
  27. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/access_info_big_query_model.py +0 -0
  28. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/access_info_big_query_model_table.py +0 -0
  29. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/access_info_model.py +0 -0
  30. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/access_info_parquet_model.py +0 -0
  31. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/access_info_parquet_model_table.py +0 -0
  32. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/add_auth_domain_response_model.py +0 -0
  33. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/asset_model.py +0 -0
  34. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/asset_table_model.py +0 -0
  35. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/billing_profile_model.py +0 -0
  36. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/billing_profile_request_model.py +0 -0
  37. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/billing_profile_update_model.py +0 -0
  38. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/bulk_load_array_request_model.py +0 -0
  39. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/bulk_load_array_result_model.py +0 -0
  40. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/bulk_load_file_model.py +0 -0
  41. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/bulk_load_file_result_model.py +0 -0
  42. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/bulk_load_file_state.py +0 -0
  43. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/bulk_load_history_model.py +0 -0
  44. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/bulk_load_history_model_list.py +0 -0
  45. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/bulk_load_request_model.py +0 -0
  46. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/bulk_load_result_model.py +0 -0
  47. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/cloud_platform.py +0 -0
  48. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/column_model.py +0 -0
  49. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/column_statistics_double_model.py +0 -0
  50. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/column_statistics_double_model_all_of.py +0 -0
  51. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/column_statistics_int_model.py +0 -0
  52. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/column_statistics_int_model_all_of.py +0 -0
  53. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/column_statistics_model.py +0 -0
  54. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/column_statistics_text_model.py +0 -0
  55. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/column_statistics_text_model_all_of.py +0 -0
  56. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/column_statistics_text_value.py +0 -0
  57. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/config_enable_model.py +0 -0
  58. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/config_fault_counted_model.py +0 -0
  59. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/config_fault_model.py +0 -0
  60. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/config_group_model.py +0 -0
  61. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/config_list_model.py +0 -0
  62. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/config_model.py +0 -0
  63. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/config_parameter_model.py +0 -0
  64. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/data_deletion_gcs_file_model.py +0 -0
  65. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/data_deletion_json_array_model.py +0 -0
  66. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/data_deletion_request.py +0 -0
  67. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/data_deletion_table_model.py +0 -0
  68. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/dataset_data_model.py +0 -0
  69. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/dataset_model.py +0 -0
  70. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/dataset_patch_request_model.py +0 -0
  71. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/dataset_request_access_include_model.py +0 -0
  72. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/dataset_request_model.py +0 -0
  73. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/dataset_request_model_policies.py +0 -0
  74. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/dataset_schema_column_update_model.py +0 -0
  75. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/dataset_schema_update_model.py +0 -0
  76. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/dataset_schema_update_model_changes.py +0 -0
  77. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/dataset_specification_model.py +0 -0
  78. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/dataset_summary_model.py +0 -0
  79. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/date_partition_options_model.py +0 -0
  80. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/delete_response_model.py +0 -0
  81. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/directory_detail_model.py +0 -0
  82. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/drs_access_method.py +0 -0
  83. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/drs_access_url.py +0 -0
  84. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/drs_alias_model.py +0 -0
  85. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/drs_authorizations.py +0 -0
  86. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/drs_checksum.py +0 -0
  87. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/drs_contents_object.py +0 -0
  88. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/drs_error.py +0 -0
  89. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/drs_object.py +0 -0
  90. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/drs_passport_request_model.py +0 -0
  91. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/drs_service_info.py +0 -0
  92. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/duos_firecloud_group_model.py +0 -0
  93. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/duos_firecloud_groups_sync_response.py +0 -0
  94. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/enumerate_billing_profile_model.py +0 -0
  95. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/enumerate_billing_profile_resources_model.py +0 -0
  96. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/enumerate_dataset_model.py +0 -0
  97. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/enumerate_snapshot_access_request.py +0 -0
  98. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/enumerate_snapshot_model.py +0 -0
  99. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/enumerate_sort_by_param.py +0 -0
  100. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/error_model.py +0 -0
  101. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/file_detail_model.py +0 -0
  102. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/file_load_model.py +0 -0
  103. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/file_model.py +0 -0
  104. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/file_model_type.py +0 -0
  105. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/iam_resource_type_enum.py +0 -0
  106. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/inaccessible_workspace_policy_model.py +0 -0
  107. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/ingest_request_model.py +0 -0
  108. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/ingest_response_model.py +0 -0
  109. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/int_partition_options_model.py +0 -0
  110. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/job_model.py +0 -0
  111. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/job_target_resource_model.py +0 -0
  112. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/journal_entry_model.py +0 -0
  113. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/policy_member_request.py +0 -0
  114. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/policy_model.py +0 -0
  115. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/policy_response.py +0 -0
  116. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/profile_owned_resource_model.py +0 -0
  117. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/query_column_statistics_request_model.py +0 -0
  118. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/query_data_request_model.py +0 -0
  119. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/relationship_model.py +0 -0
  120. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/relationship_term_model.py +0 -0
  121. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/repository_configuration_model.py +0 -0
  122. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/repository_status_model.py +0 -0
  123. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/repository_status_model_systems.py +0 -0
  124. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/resource_locks.py +0 -0
  125. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/resource_policy_model.py +0 -0
  126. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/sam_policy_model.py +0 -0
  127. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_access_request.py +0 -0
  128. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_access_request_details_response.py +0 -0
  129. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_access_request_members_response.py +0 -0
  130. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_access_request_response.py +0 -0
  131. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_access_request_status.py +0 -0
  132. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_cohort.py +0 -0
  133. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_concept.py +0 -0
  134. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_concepts_response.py +0 -0
  135. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_count_request.py +0 -0
  136. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_count_response.py +0 -0
  137. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_count_response_result.py +0 -0
  138. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_criteria.py +0 -0
  139. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_criteria_group.py +0 -0
  140. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_dataset_concept_set.py +0 -0
  141. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_domain_criteria.py +0 -0
  142. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_domain_criteria_all_of.py +0 -0
  143. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_domain_option.py +0 -0
  144. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_domain_option_all_of.py +0 -0
  145. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_get_concept_hierarchy_response.py +0 -0
  146. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_option.py +0 -0
  147. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_output_table.py +0 -0
  148. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_parent_concept.py +0 -0
  149. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_program_data_list_criteria.py +0 -0
  150. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_program_data_list_criteria_all_of.py +0 -0
  151. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_program_data_list_item.py +0 -0
  152. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_program_data_list_option.py +0 -0
  153. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_program_data_list_option_all_of.py +0 -0
  154. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_program_data_option.py +0 -0
  155. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_program_data_option_all_of.py +0 -0
  156. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_program_data_range_criteria.py +0 -0
  157. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_program_data_range_criteria_all_of.py +0 -0
  158. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_program_data_range_option.py +0 -0
  159. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_program_data_range_option_all_of.py +0 -0
  160. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_request.py +0 -0
  161. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_root_table.py +0 -0
  162. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_root_table_all_of.py +0 -0
  163. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_settings.py +0 -0
  164. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_builder_table.py +0 -0
  165. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_export_response_model.py +0 -0
  166. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_export_response_model_format.py +0 -0
  167. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_export_response_model_format_parquet.py +0 -0
  168. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_export_response_model_format_parquet_location.py +0 -0
  169. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_export_response_model_format_parquet_location_tables.py +0 -0
  170. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_export_response_model_format_workspace.py +0 -0
  171. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_ids_and_roles_model.py +0 -0
  172. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_link_duos_dataset_response.py +0 -0
  173. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_model.py +0 -0
  174. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_patch_request_model.py +0 -0
  175. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_preview_model.py +0 -0
  176. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_request_asset_model.py +0 -0
  177. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_request_contents_model.py +0 -0
  178. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_request_id_model.py +0 -0
  179. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_request_model.py +0 -0
  180. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_request_model_policies.py +0 -0
  181. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_request_query_model.py +0 -0
  182. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_request_row_id_model.py +0 -0
  183. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_request_row_id_table_model.py +0 -0
  184. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_retrieve_include_model.py +0 -0
  185. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_source_model.py +0 -0
  186. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/snapshot_summary_model.py +0 -0
  187. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/sql_sort_direction_asc_default.py +0 -0
  188. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/sql_sort_direction_desc_default.py +0 -0
  189. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/storage_resource_model.py +0 -0
  190. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/table_data_type.py +0 -0
  191. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/table_model.py +0 -0
  192. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/tag_count.py +0 -0
  193. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/tag_count_result_model.py +0 -0
  194. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/tag_update_request_model.py +0 -0
  195. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/transaction_close_model.py +0 -0
  196. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/transaction_create_model.py +0 -0
  197. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/transaction_model.py +0 -0
  198. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/unlock_resource_request.py +0 -0
  199. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/upgrade_model.py +0 -0
  200. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/upgrade_response_model.py +0 -0
  201. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/user_status_info.py +0 -0
  202. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/models/workspace_policy_model.py +0 -0
  203. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client/rest.py +0 -0
  204. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client.egg-info/SOURCES.txt +0 -0
  205. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client.egg-info/dependency_links.txt +0 -0
  206. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client.egg-info/requires.txt +0 -0
  207. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/data_repo_client.egg-info/top_level.txt +0 -0
  208. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/setup.cfg +0 -0
  209. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_access_info_big_query_model.py +0 -0
  210. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_access_info_big_query_model_table.py +0 -0
  211. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_access_info_model.py +0 -0
  212. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_access_info_parquet_model.py +0 -0
  213. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_access_info_parquet_model_table.py +0 -0
  214. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_add_auth_domain_response_model.py +0 -0
  215. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_admin_api.py +0 -0
  216. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_asset_model.py +0 -0
  217. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_asset_table_model.py +0 -0
  218. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_billing_profile_model.py +0 -0
  219. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_billing_profile_request_model.py +0 -0
  220. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_billing_profile_update_model.py +0 -0
  221. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_bulk_load_array_request_model.py +0 -0
  222. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_bulk_load_array_result_model.py +0 -0
  223. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_bulk_load_file_model.py +0 -0
  224. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_bulk_load_file_result_model.py +0 -0
  225. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_bulk_load_file_state.py +0 -0
  226. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_bulk_load_history_model.py +0 -0
  227. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_bulk_load_history_model_list.py +0 -0
  228. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_bulk_load_request_model.py +0 -0
  229. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_bulk_load_result_model.py +0 -0
  230. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_cloud_platform.py +0 -0
  231. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_column_model.py +0 -0
  232. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_column_statistics_double_model.py +0 -0
  233. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_column_statistics_double_model_all_of.py +0 -0
  234. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_column_statistics_int_model.py +0 -0
  235. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_column_statistics_int_model_all_of.py +0 -0
  236. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_column_statistics_model.py +0 -0
  237. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_column_statistics_text_model.py +0 -0
  238. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_column_statistics_text_model_all_of.py +0 -0
  239. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_column_statistics_text_value.py +0 -0
  240. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_config_enable_model.py +0 -0
  241. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_config_fault_counted_model.py +0 -0
  242. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_config_fault_model.py +0 -0
  243. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_config_group_model.py +0 -0
  244. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_config_list_model.py +0 -0
  245. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_config_model.py +0 -0
  246. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_config_parameter_model.py +0 -0
  247. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_configs_api.py +0 -0
  248. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_data_deletion_gcs_file_model.py +0 -0
  249. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_data_deletion_json_array_model.py +0 -0
  250. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_data_deletion_request.py +0 -0
  251. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_data_deletion_table_model.py +0 -0
  252. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_data_repository_service_api.py +0 -0
  253. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_dataset_data_model.py +0 -0
  254. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_dataset_model.py +0 -0
  255. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_dataset_patch_request_model.py +0 -0
  256. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_dataset_request_access_include_model.py +0 -0
  257. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_dataset_request_model.py +0 -0
  258. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_dataset_request_model_policies.py +0 -0
  259. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_dataset_schema_column_update_model.py +0 -0
  260. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_dataset_schema_update_model.py +0 -0
  261. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_dataset_schema_update_model_changes.py +0 -0
  262. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_dataset_specification_model.py +0 -0
  263. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_dataset_summary_model.py +0 -0
  264. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_datasets_api.py +0 -0
  265. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_date_partition_options_model.py +0 -0
  266. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_delete_response_model.py +0 -0
  267. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_directory_detail_model.py +0 -0
  268. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_drs_access_method.py +0 -0
  269. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_drs_access_url.py +0 -0
  270. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_drs_alias_model.py +0 -0
  271. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_drs_authorizations.py +0 -0
  272. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_drs_checksum.py +0 -0
  273. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_drs_contents_object.py +0 -0
  274. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_drs_error.py +0 -0
  275. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_drs_object.py +0 -0
  276. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_drs_passport_request_model.py +0 -0
  277. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_drs_service_info.py +0 -0
  278. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_duos_api.py +0 -0
  279. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_duos_firecloud_group_model.py +0 -0
  280. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_duos_firecloud_groups_sync_response.py +0 -0
  281. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_enumerate_billing_profile_model.py +0 -0
  282. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_enumerate_billing_profile_resources_model.py +0 -0
  283. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_enumerate_dataset_model.py +0 -0
  284. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_enumerate_snapshot_access_request.py +0 -0
  285. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_enumerate_snapshot_model.py +0 -0
  286. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_enumerate_sort_by_param.py +0 -0
  287. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_error_model.py +0 -0
  288. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_file_detail_model.py +0 -0
  289. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_file_load_model.py +0 -0
  290. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_file_model.py +0 -0
  291. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_file_model_type.py +0 -0
  292. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_iam_resource_type_enum.py +0 -0
  293. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_inaccessible_workspace_policy_model.py +0 -0
  294. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_ingest_request_model.py +0 -0
  295. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_ingest_response_model.py +0 -0
  296. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_int_partition_options_model.py +0 -0
  297. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_job_model.py +0 -0
  298. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_job_target_resource_model.py +0 -0
  299. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_jobs_api.py +0 -0
  300. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_journal_api.py +0 -0
  301. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_journal_entry_model.py +0 -0
  302. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_policy_member_request.py +0 -0
  303. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_policy_model.py +0 -0
  304. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_policy_response.py +0 -0
  305. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_profile_owned_resource_model.py +0 -0
  306. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_profiles_api.py +0 -0
  307. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_query_column_statistics_request_model.py +0 -0
  308. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_query_data_request_model.py +0 -0
  309. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_register_api.py +0 -0
  310. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_relationship_model.py +0 -0
  311. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_relationship_term_model.py +0 -0
  312. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_repository_api.py +0 -0
  313. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_repository_configuration_model.py +0 -0
  314. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_repository_status_model.py +0 -0
  315. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_repository_status_model_systems.py +0 -0
  316. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_resource_locks.py +0 -0
  317. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_resource_policy_model.py +0 -0
  318. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_resources_api.py +0 -0
  319. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_sam_policy_model.py +0 -0
  320. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_search_api.py +0 -0
  321. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_access_request.py +0 -0
  322. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_access_request_api.py +0 -0
  323. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_access_request_details_response.py +0 -0
  324. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_access_request_members_response.py +0 -0
  325. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_access_request_response.py +0 -0
  326. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_access_request_status.py +0 -0
  327. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_cohort.py +0 -0
  328. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_concept.py +0 -0
  329. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_concepts_response.py +0 -0
  330. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_count_request.py +0 -0
  331. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_count_response.py +0 -0
  332. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_count_response_result.py +0 -0
  333. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_criteria.py +0 -0
  334. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_criteria_group.py +0 -0
  335. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_dataset_concept_set.py +0 -0
  336. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_domain_criteria.py +0 -0
  337. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_domain_criteria_all_of.py +0 -0
  338. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_domain_option.py +0 -0
  339. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_domain_option_all_of.py +0 -0
  340. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_get_concept_hierarchy_response.py +0 -0
  341. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_option.py +0 -0
  342. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_output_table.py +0 -0
  343. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_parent_concept.py +0 -0
  344. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_program_data_list_criteria.py +0 -0
  345. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_program_data_list_criteria_all_of.py +0 -0
  346. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_program_data_list_item.py +0 -0
  347. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_program_data_list_option.py +0 -0
  348. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_program_data_list_option_all_of.py +0 -0
  349. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_program_data_option.py +0 -0
  350. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_program_data_option_all_of.py +0 -0
  351. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_program_data_range_criteria.py +0 -0
  352. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_program_data_range_criteria_all_of.py +0 -0
  353. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_program_data_range_option.py +0 -0
  354. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_program_data_range_option_all_of.py +0 -0
  355. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_request.py +0 -0
  356. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_root_table.py +0 -0
  357. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_root_table_all_of.py +0 -0
  358. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_settings.py +0 -0
  359. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_builder_table.py +0 -0
  360. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_export_response_model.py +0 -0
  361. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_export_response_model_format.py +0 -0
  362. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_export_response_model_format_parquet.py +0 -0
  363. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_export_response_model_format_parquet_location.py +0 -0
  364. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_export_response_model_format_parquet_location_tables.py +0 -0
  365. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_export_response_model_format_workspace.py +0 -0
  366. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_ids_and_roles_model.py +0 -0
  367. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_link_duos_dataset_response.py +0 -0
  368. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_model.py +0 -0
  369. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_patch_request_model.py +0 -0
  370. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_preview_model.py +0 -0
  371. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_request_asset_model.py +0 -0
  372. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_request_contents_model.py +0 -0
  373. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_request_id_model.py +0 -0
  374. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_request_model.py +0 -0
  375. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_request_model_policies.py +0 -0
  376. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_request_query_model.py +0 -0
  377. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_request_row_id_model.py +0 -0
  378. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_request_row_id_table_model.py +0 -0
  379. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_retrieve_include_model.py +0 -0
  380. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_source_model.py +0 -0
  381. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshot_summary_model.py +0 -0
  382. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_snapshots_api.py +0 -0
  383. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_sql_sort_direction_asc_default.py +0 -0
  384. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_sql_sort_direction_desc_default.py +0 -0
  385. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_storage_resource_model.py +0 -0
  386. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_table_data_type.py +0 -0
  387. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_table_model.py +0 -0
  388. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_tag_count.py +0 -0
  389. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_tag_count_result_model.py +0 -0
  390. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_tag_update_request_model.py +0 -0
  391. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_transaction_close_model.py +0 -0
  392. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_transaction_create_model.py +0 -0
  393. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_transaction_model.py +0 -0
  394. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_unauthenticated_api.py +0 -0
  395. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_unlock_resource_request.py +0 -0
  396. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_upgrade_api.py +0 -0
  397. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_upgrade_model.py +0 -0
  398. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_upgrade_response_model.py +0 -0
  399. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_user_status_info.py +0 -0
  400. {data-repo-client-2.303.0 → data_repo_client-2.343.0}/test/test_workspace_policy_model.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
- Name: data-repo-client
3
- Version: 2.303.0
2
+ Name: data_repo_client
3
+ Version: 2.343.0
4
4
  Summary: Data Repository API
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community
@@ -1,4 +1,4 @@
1
- # data-repo-client
1
+ # data_repo_client
2
2
  <details><summary>This document defines the REST API for the Terra Data Repository.</summary> <p> **Status: design in progress**
3
3
  There are a few top-level endpoints (besides some used by swagger):
4
4
  * / - generated by swagger: swagger API page that provides this
@@ -14,7 +14,7 @@ The API endpoints are organized by interface. Each interface is separately versi
14
14
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
15
15
 
16
16
  - API version: 0.1.0
17
- - Package version: 2.303.0
17
+ - Package version: 2.343.0
18
18
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
19
19
 
20
20
  ## Requirements.
@@ -14,7 +14,7 @@
14
14
 
15
15
  from __future__ import absolute_import
16
16
 
17
- __version__ = "2.303.0"
17
+ __version__ = "2.343.0"
18
18
 
19
19
  # import apis into sdk package
20
20
  from data_repo_client.api.data_repository_service_api import DataRepositoryServiceApi
@@ -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)