data-repo-client 2.259.0__tar.gz → 2.260.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.
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/PKG-INFO +1 -1
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/README.md +3 -2
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/__init__.py +1 -1
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/api/admin_api.py +0 -127
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/api/datasets_api.py +127 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/api/repository_api.py +127 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/api_client.py +1 -1
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/configuration.py +1 -1
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client.egg-info/PKG-INFO +1 -1
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/setup.py +1 -1
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_admin_api.py +0 -6
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_datasets_api.py +6 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_repository_api.py +6 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/api/__init__.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/api/configs_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/api/data_repository_service_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/api/duos_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/api/jobs_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/api/journal_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/api/profiles_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/api/register_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/api/resources_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/api/search_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/api/snapshot_access_request_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/api/snapshots_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/api/unauthenticated_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/api/upgrade_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/exceptions.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/__init__.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/access_info_big_query_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/access_info_big_query_model_table.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/access_info_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/access_info_parquet_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/access_info_parquet_model_table.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/add_auth_domain_response_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/asset_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/asset_table_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/billing_profile_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/billing_profile_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/billing_profile_update_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/bulk_load_array_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/bulk_load_array_result_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/bulk_load_file_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/bulk_load_file_result_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/bulk_load_file_state.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/bulk_load_history_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/bulk_load_history_model_list.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/bulk_load_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/bulk_load_result_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/cloud_platform.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/column_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/column_statistics_double_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/column_statistics_double_model_all_of.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/column_statistics_int_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/column_statistics_int_model_all_of.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/column_statistics_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/column_statistics_text_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/column_statistics_text_model_all_of.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/column_statistics_text_value.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/config_enable_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/config_fault_counted_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/config_fault_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/config_group_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/config_list_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/config_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/config_parameter_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/data_deletion_gcs_file_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/data_deletion_json_array_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/data_deletion_request.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/data_deletion_table_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/dataset_data_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/dataset_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/dataset_patch_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/dataset_request_access_include_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/dataset_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/dataset_request_model_policies.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/dataset_schema_column_update_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/dataset_schema_update_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/dataset_schema_update_model_changes.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/dataset_specification_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/dataset_summary_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/date_partition_options_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/delete_response_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/directory_detail_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/drs_access_method.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/drs_access_url.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/drs_alias_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/drs_authorizations.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/drs_checksum.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/drs_contents_object.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/drs_error.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/drs_object.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/drs_passport_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/drs_service_info.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/duos_firecloud_group_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/duos_firecloud_groups_sync_response.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/enumerate_billing_profile_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/enumerate_billing_profile_resources_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/enumerate_dataset_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/enumerate_snapshot_access_request.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/enumerate_snapshot_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/enumerate_sort_by_param.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/error_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/file_detail_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/file_load_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/file_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/file_model_type.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/iam_resource_type_enum.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/inaccessible_workspace_policy_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/ingest_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/ingest_response_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/int_partition_options_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/job_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/job_target_resource_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/journal_entry_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/policy_member_request.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/policy_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/policy_response.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/profile_owned_resource_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/query_column_statistics_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/query_data_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/relationship_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/relationship_term_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/repository_configuration_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/repository_status_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/repository_status_model_systems.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/resource_locks.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/resource_policy_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/sam_policy_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_access_request.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_access_request_details_response.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_access_request_members_response.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_access_request_response.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_access_request_status.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_cohort.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_concept.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_concepts_response.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_count_request.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_count_response.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_count_response_result.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_criteria.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_criteria_group.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_dataset_concept_set.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_domain_criteria.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_domain_criteria_all_of.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_domain_option.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_domain_option_all_of.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_get_concept_hierarchy_response.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_option.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_output_table.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_parent_concept.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_program_data_list_criteria.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_program_data_list_criteria_all_of.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_program_data_list_item.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_program_data_list_option.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_program_data_list_option_all_of.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_program_data_option.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_program_data_option_all_of.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_program_data_range_criteria.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_program_data_range_criteria_all_of.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_program_data_range_option.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_program_data_range_option_all_of.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_request.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_root_table.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_root_table_all_of.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_settings.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_builder_table.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_export_response_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_export_response_model_format.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_export_response_model_format_parquet.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_export_response_model_format_parquet_location.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_export_response_model_format_parquet_location_tables.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_export_response_model_format_workspace.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_ids_and_roles_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_link_duos_dataset_response.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_patch_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_preview_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_request_asset_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_request_contents_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_request_id_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_request_model_policies.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_request_query_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_request_row_id_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_request_row_id_table_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_retrieve_include_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_source_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/snapshot_summary_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/sql_sort_direction_asc_default.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/sql_sort_direction_desc_default.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/storage_resource_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/table_data_type.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/table_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/tag_count.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/tag_count_result_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/tag_update_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/transaction_close_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/transaction_create_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/transaction_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/unlock_resource_request.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/upgrade_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/upgrade_response_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/user_status_info.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/workspace_policy_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/rest.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client.egg-info/SOURCES.txt +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client.egg-info/dependency_links.txt +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client.egg-info/requires.txt +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client.egg-info/top_level.txt +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/setup.cfg +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_access_info_big_query_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_access_info_big_query_model_table.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_access_info_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_access_info_parquet_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_access_info_parquet_model_table.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_add_auth_domain_response_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_asset_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_asset_table_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_billing_profile_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_billing_profile_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_billing_profile_update_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_bulk_load_array_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_bulk_load_array_result_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_bulk_load_file_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_bulk_load_file_result_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_bulk_load_file_state.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_bulk_load_history_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_bulk_load_history_model_list.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_bulk_load_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_bulk_load_result_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_cloud_platform.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_column_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_column_statistics_double_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_column_statistics_double_model_all_of.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_column_statistics_int_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_column_statistics_int_model_all_of.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_column_statistics_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_column_statistics_text_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_column_statistics_text_model_all_of.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_column_statistics_text_value.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_config_enable_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_config_fault_counted_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_config_fault_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_config_group_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_config_list_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_config_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_config_parameter_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_configs_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_data_deletion_gcs_file_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_data_deletion_json_array_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_data_deletion_request.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_data_deletion_table_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_data_repository_service_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_dataset_data_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_dataset_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_dataset_patch_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_dataset_request_access_include_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_dataset_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_dataset_request_model_policies.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_dataset_schema_column_update_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_dataset_schema_update_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_dataset_schema_update_model_changes.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_dataset_specification_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_dataset_summary_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_date_partition_options_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_delete_response_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_directory_detail_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_drs_access_method.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_drs_access_url.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_drs_alias_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_drs_authorizations.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_drs_checksum.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_drs_contents_object.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_drs_error.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_drs_object.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_drs_passport_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_drs_service_info.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_duos_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_duos_firecloud_group_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_duos_firecloud_groups_sync_response.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_enumerate_billing_profile_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_enumerate_billing_profile_resources_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_enumerate_dataset_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_enumerate_snapshot_access_request.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_enumerate_snapshot_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_enumerate_sort_by_param.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_error_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_file_detail_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_file_load_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_file_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_file_model_type.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_iam_resource_type_enum.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_inaccessible_workspace_policy_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_ingest_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_ingest_response_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_int_partition_options_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_job_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_job_target_resource_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_jobs_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_journal_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_journal_entry_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_policy_member_request.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_policy_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_policy_response.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_profile_owned_resource_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_profiles_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_query_column_statistics_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_query_data_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_register_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_relationship_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_relationship_term_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_repository_configuration_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_repository_status_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_repository_status_model_systems.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_resource_locks.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_resource_policy_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_resources_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_sam_policy_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_search_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_access_request.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_access_request_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_access_request_details_response.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_access_request_members_response.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_access_request_response.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_access_request_status.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_cohort.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_concept.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_concepts_response.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_count_request.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_count_response.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_count_response_result.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_criteria.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_criteria_group.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_dataset_concept_set.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_domain_criteria.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_domain_criteria_all_of.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_domain_option.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_domain_option_all_of.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_get_concept_hierarchy_response.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_option.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_output_table.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_parent_concept.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_program_data_list_criteria.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_program_data_list_criteria_all_of.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_program_data_list_item.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_program_data_list_option.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_program_data_list_option_all_of.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_program_data_option.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_program_data_option_all_of.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_program_data_range_criteria.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_program_data_range_criteria_all_of.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_program_data_range_option.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_program_data_range_option_all_of.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_request.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_root_table.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_root_table_all_of.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_settings.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_builder_table.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_export_response_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_export_response_model_format.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_export_response_model_format_parquet.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_export_response_model_format_parquet_location.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_export_response_model_format_parquet_location_tables.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_export_response_model_format_workspace.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_ids_and_roles_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_link_duos_dataset_response.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_patch_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_preview_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_request_asset_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_request_contents_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_request_id_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_request_model_policies.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_request_query_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_request_row_id_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_request_row_id_table_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_retrieve_include_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_source_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshot_summary_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_snapshots_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_sql_sort_direction_asc_default.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_sql_sort_direction_desc_default.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_storage_resource_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_table_data_type.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_table_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_tag_count.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_tag_count_result_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_tag_update_request_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_transaction_close_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_transaction_create_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_transaction_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_unauthenticated_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_unlock_resource_request.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_upgrade_api.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_upgrade_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_upgrade_response_model.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_user_status_info.py +0 -0
- {data-repo-client-2.259.0 → data-repo-client-2.260.0}/test/test_workspace_policy_model.py +0 -0
|
@@ -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.
|
|
17
|
+
- Package version: 2.260.0
|
|
18
18
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
19
19
|
|
|
20
20
|
## Requirements.
|
|
@@ -119,7 +119,6 @@ Class | Method | HTTP request | Description
|
|
|
119
119
|
*SnapshotAccessRequestApi* | [**get_snapshot_access_request_details**](docs/SnapshotAccessRequestApi.md#get_snapshot_access_request_details) | **GET** /api/repository/v1/snapshotAccessRequests/{id}/details |
|
|
120
120
|
*SnapshotAccessRequestApi* | [**get_snapshot_access_request_group_members**](docs/SnapshotAccessRequestApi.md#get_snapshot_access_request_group_members) | **GET** /api/repository/v1/snapshotAccessRequests/{id}/members |
|
|
121
121
|
*SnapshotAccessRequestApi* | [**reject_snapshot_access_request**](docs/SnapshotAccessRequestApi.md#reject_snapshot_access_request) | **PUT** /api/repository/v1/snapshotAccessRequests/{id}/reject |
|
|
122
|
-
*AdminApi* | [**admin_inherit_steward**](docs/AdminApi.md#admin_inherit_steward) | **PUT** /api/admin/v1/datasets/{id}/inheritSteward |
|
|
123
122
|
*AdminApi* | [**admin_retrieve_dataset**](docs/AdminApi.md#admin_retrieve_dataset) | **GET** /api/admin/v1/datasets/{id} |
|
|
124
123
|
*AdminApi* | [**admin_retrieve_snapshot**](docs/AdminApi.md#admin_retrieve_snapshot) | **GET** /api/admin/v1/snapshots/{id} |
|
|
125
124
|
*AdminApi* | [**register_drs_aliases**](docs/AdminApi.md#register_drs_aliases) | **POST** /api/repository/v1/admin/register-drs-aliases |
|
|
@@ -161,6 +160,7 @@ Class | Method | HTTP request | Description
|
|
|
161
160
|
*DatasetsApi* | [**retrieve_dataset_summary**](docs/DatasetsApi.md#retrieve_dataset_summary) | **GET** /api/repository/v1/datasets/{id}/summary |
|
|
162
161
|
*DatasetsApi* | [**retrieve_transaction**](docs/DatasetsApi.md#retrieve_transaction) | **GET** /api/repository/v1/datasets/{id}/transactions/{transactionId} |
|
|
163
162
|
*DatasetsApi* | [**retrieve_user_dataset_roles**](docs/DatasetsApi.md#retrieve_user_dataset_roles) | **GET** /api/repository/v1/datasets/{id}/roles |
|
|
163
|
+
*DatasetsApi* | [**set_inherit_steward**](docs/DatasetsApi.md#set_inherit_steward) | **PUT** /api/repository/v1/datasets/{id}/inheritSteward |
|
|
164
164
|
*DatasetsApi* | [**unlock_dataset**](docs/DatasetsApi.md#unlock_dataset) | **PUT** /api/repository/v1/datasets/{id}/unlock |
|
|
165
165
|
*DatasetsApi* | [**update_dataset_tags**](docs/DatasetsApi.md#update_dataset_tags) | **PATCH** /api/repository/v1/datasets/{id}/tags |
|
|
166
166
|
*DatasetsApi* | [**update_schema**](docs/DatasetsApi.md#update_schema) | **POST** /api/repository/v1/datasets/{id}/updateSchema |
|
|
@@ -251,6 +251,7 @@ Class | Method | HTTP request | Description
|
|
|
251
251
|
*RepositoryApi* | [**retrieve_user_snapshot_roles**](docs/RepositoryApi.md#retrieve_user_snapshot_roles) | **GET** /api/repository/v1/snapshots/{id}/roles |
|
|
252
252
|
*RepositoryApi* | [**set_config_list**](docs/RepositoryApi.md#set_config_list) | **PUT** /api/repository/v1/configs |
|
|
253
253
|
*RepositoryApi* | [**set_fault**](docs/RepositoryApi.md#set_fault) | **PUT** /api/repository/v1/configs/{name} |
|
|
254
|
+
*RepositoryApi* | [**set_inherit_steward**](docs/RepositoryApi.md#set_inherit_steward) | **PUT** /api/repository/v1/datasets/{id}/inheritSteward |
|
|
254
255
|
*RepositoryApi* | [**sync_duos_dataset_authorized_users**](docs/RepositoryApi.md#sync_duos_dataset_authorized_users) | **PUT** /api/repository/v1/duos/{duosId}/syncAuthorizedUsers |
|
|
255
256
|
*RepositoryApi* | [**sync_duos_datasets_authorized_users**](docs/RepositoryApi.md#sync_duos_datasets_authorized_users) | **PUT** /api/repository/v1/duos/syncAuthorizedUsers |
|
|
256
257
|
*RepositoryApi* | [**unlink_duos_dataset_from_snapshot**](docs/RepositoryApi.md#unlink_duos_dataset_from_snapshot) | **DELETE** /api/repository/v1/snapshots/{id}/unlinkDuosDataset |
|
|
@@ -36,133 +36,6 @@ class AdminApi(object):
|
|
|
36
36
|
api_client = ApiClient()
|
|
37
37
|
self.api_client = api_client
|
|
38
38
|
|
|
39
|
-
def admin_inherit_steward(self, id, body, **kwargs): # noqa: E501
|
|
40
|
-
"""admin_inherit_steward # noqa: E501
|
|
41
|
-
|
|
42
|
-
Administrative Support to allow the dataset custodians to inherit the steward role on all snapshots made from this dataset # noqa: E501
|
|
43
|
-
This method makes a synchronous HTTP request by default. To make an
|
|
44
|
-
asynchronous HTTP request, please pass async_req=True
|
|
45
|
-
>>> thread = api.admin_inherit_steward(id, body, async_req=True)
|
|
46
|
-
>>> result = thread.get()
|
|
47
|
-
|
|
48
|
-
:param async_req bool: execute request asynchronously
|
|
49
|
-
:param str id: A UUID to used to identify an object in the repository (required)
|
|
50
|
-
:param bool body: A boolean value indicating whether the dataset custodians should inherit the steward role on all snapshots made from this dataset. (required)
|
|
51
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
52
|
-
be returned without reading/decoding response
|
|
53
|
-
data. Default is True.
|
|
54
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
55
|
-
number provided, it will be total request
|
|
56
|
-
timeout. It can also be a pair (tuple) of
|
|
57
|
-
(connection, read) timeouts.
|
|
58
|
-
:return: JobModel
|
|
59
|
-
If the method is called asynchronously,
|
|
60
|
-
returns the request thread.
|
|
61
|
-
"""
|
|
62
|
-
kwargs['_return_http_data_only'] = True
|
|
63
|
-
return self.admin_inherit_steward_with_http_info(id, body, **kwargs) # noqa: E501
|
|
64
|
-
|
|
65
|
-
def admin_inherit_steward_with_http_info(self, id, body, **kwargs): # noqa: E501
|
|
66
|
-
"""admin_inherit_steward # noqa: E501
|
|
67
|
-
|
|
68
|
-
Administrative Support to allow the dataset custodians to inherit the steward role on all snapshots made from this dataset # noqa: E501
|
|
69
|
-
This method makes a synchronous HTTP request by default. To make an
|
|
70
|
-
asynchronous HTTP request, please pass async_req=True
|
|
71
|
-
>>> thread = api.admin_inherit_steward_with_http_info(id, body, async_req=True)
|
|
72
|
-
>>> result = thread.get()
|
|
73
|
-
|
|
74
|
-
:param async_req bool: execute request asynchronously
|
|
75
|
-
:param str id: A UUID to used to identify an object in the repository (required)
|
|
76
|
-
:param bool body: A boolean value indicating whether the dataset custodians should inherit the steward role on all snapshots made from this dataset. (required)
|
|
77
|
-
:param _return_http_data_only: response data without head status code
|
|
78
|
-
and headers
|
|
79
|
-
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
80
|
-
be returned without reading/decoding response
|
|
81
|
-
data. Default is True.
|
|
82
|
-
:param _request_timeout: timeout setting for this request. If one
|
|
83
|
-
number provided, it will be total request
|
|
84
|
-
timeout. It can also be a pair (tuple) of
|
|
85
|
-
(connection, read) timeouts.
|
|
86
|
-
:return: tuple(JobModel, status_code(int), headers(HTTPHeaderDict))
|
|
87
|
-
If the method is called asynchronously,
|
|
88
|
-
returns the request thread.
|
|
89
|
-
"""
|
|
90
|
-
|
|
91
|
-
local_var_params = locals()
|
|
92
|
-
|
|
93
|
-
all_params = [
|
|
94
|
-
'id',
|
|
95
|
-
'body'
|
|
96
|
-
]
|
|
97
|
-
all_params.extend(
|
|
98
|
-
[
|
|
99
|
-
'async_req',
|
|
100
|
-
'_return_http_data_only',
|
|
101
|
-
'_preload_content',
|
|
102
|
-
'_request_timeout'
|
|
103
|
-
]
|
|
104
|
-
)
|
|
105
|
-
|
|
106
|
-
for key, val in six.iteritems(local_var_params['kwargs']):
|
|
107
|
-
if key not in all_params:
|
|
108
|
-
raise ApiTypeError(
|
|
109
|
-
"Got an unexpected keyword argument '%s'"
|
|
110
|
-
" to method admin_inherit_steward" % key
|
|
111
|
-
)
|
|
112
|
-
local_var_params[key] = val
|
|
113
|
-
del local_var_params['kwargs']
|
|
114
|
-
# verify the required parameter 'id' is set
|
|
115
|
-
if self.api_client.client_side_validation and ('id' not in local_var_params or # noqa: E501
|
|
116
|
-
local_var_params['id'] is None): # noqa: E501
|
|
117
|
-
raise ApiValueError("Missing the required parameter `id` when calling `admin_inherit_steward`") # noqa: E501
|
|
118
|
-
# verify the required parameter 'body' is set
|
|
119
|
-
if self.api_client.client_side_validation and ('body' not in local_var_params or # noqa: E501
|
|
120
|
-
local_var_params['body'] is None): # noqa: E501
|
|
121
|
-
raise ApiValueError("Missing the required parameter `body` when calling `admin_inherit_steward`") # noqa: E501
|
|
122
|
-
|
|
123
|
-
collection_formats = {}
|
|
124
|
-
|
|
125
|
-
path_params = {}
|
|
126
|
-
if 'id' in local_var_params:
|
|
127
|
-
path_params['id'] = local_var_params['id'] # noqa: E501
|
|
128
|
-
|
|
129
|
-
query_params = []
|
|
130
|
-
|
|
131
|
-
header_params = {}
|
|
132
|
-
|
|
133
|
-
form_params = []
|
|
134
|
-
local_var_files = {}
|
|
135
|
-
|
|
136
|
-
body_params = None
|
|
137
|
-
if 'body' in local_var_params:
|
|
138
|
-
body_params = local_var_params['body']
|
|
139
|
-
# HTTP header `Accept`
|
|
140
|
-
header_params['Accept'] = self.api_client.select_header_accept(
|
|
141
|
-
['application/json']) # noqa: E501
|
|
142
|
-
|
|
143
|
-
# HTTP header `Content-Type`
|
|
144
|
-
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
145
|
-
['application/json']) # noqa: E501
|
|
146
|
-
|
|
147
|
-
# Authentication setting
|
|
148
|
-
auth_settings = ['oidc'] # noqa: E501
|
|
149
|
-
|
|
150
|
-
return self.api_client.call_api(
|
|
151
|
-
'/api/admin/v1/datasets/{id}/inheritSteward', 'PUT',
|
|
152
|
-
path_params,
|
|
153
|
-
query_params,
|
|
154
|
-
header_params,
|
|
155
|
-
body=body_params,
|
|
156
|
-
post_params=form_params,
|
|
157
|
-
files=local_var_files,
|
|
158
|
-
response_type='JobModel', # noqa: E501
|
|
159
|
-
auth_settings=auth_settings,
|
|
160
|
-
async_req=local_var_params.get('async_req'),
|
|
161
|
-
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
|
162
|
-
_preload_content=local_var_params.get('_preload_content', True),
|
|
163
|
-
_request_timeout=local_var_params.get('_request_timeout'),
|
|
164
|
-
collection_formats=collection_formats)
|
|
165
|
-
|
|
166
39
|
def admin_retrieve_dataset(self, id, **kwargs): # noqa: E501
|
|
167
40
|
"""admin_retrieve_dataset # noqa: E501
|
|
168
41
|
|
|
@@ -4178,6 +4178,133 @@ class DatasetsApi(object):
|
|
|
4178
4178
|
_request_timeout=local_var_params.get('_request_timeout'),
|
|
4179
4179
|
collection_formats=collection_formats)
|
|
4180
4180
|
|
|
4181
|
+
def set_inherit_steward(self, id, body, **kwargs): # noqa: E501
|
|
4182
|
+
"""set_inherit_steward # noqa: E501
|
|
4183
|
+
|
|
4184
|
+
ADMIN ONLY - Set flag that allows the dataset custodians to inherit the steward role on all snapshots made from this dataset # noqa: E501
|
|
4185
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
4186
|
+
asynchronous HTTP request, please pass async_req=True
|
|
4187
|
+
>>> thread = api.set_inherit_steward(id, body, async_req=True)
|
|
4188
|
+
>>> result = thread.get()
|
|
4189
|
+
|
|
4190
|
+
:param async_req bool: execute request asynchronously
|
|
4191
|
+
:param str id: A UUID to used to identify an object in the repository (required)
|
|
4192
|
+
:param bool body: A boolean value indicating whether the dataset custodians should inherit the steward role on all snapshots made from this dataset. (required)
|
|
4193
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
4194
|
+
be returned without reading/decoding response
|
|
4195
|
+
data. Default is True.
|
|
4196
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
4197
|
+
number provided, it will be total request
|
|
4198
|
+
timeout. It can also be a pair (tuple) of
|
|
4199
|
+
(connection, read) timeouts.
|
|
4200
|
+
:return: JobModel
|
|
4201
|
+
If the method is called asynchronously,
|
|
4202
|
+
returns the request thread.
|
|
4203
|
+
"""
|
|
4204
|
+
kwargs['_return_http_data_only'] = True
|
|
4205
|
+
return self.set_inherit_steward_with_http_info(id, body, **kwargs) # noqa: E501
|
|
4206
|
+
|
|
4207
|
+
def set_inherit_steward_with_http_info(self, id, body, **kwargs): # noqa: E501
|
|
4208
|
+
"""set_inherit_steward # noqa: E501
|
|
4209
|
+
|
|
4210
|
+
ADMIN ONLY - Set flag that allows the dataset custodians to inherit the steward role on all snapshots made from this dataset # noqa: E501
|
|
4211
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
4212
|
+
asynchronous HTTP request, please pass async_req=True
|
|
4213
|
+
>>> thread = api.set_inherit_steward_with_http_info(id, body, async_req=True)
|
|
4214
|
+
>>> result = thread.get()
|
|
4215
|
+
|
|
4216
|
+
:param async_req bool: execute request asynchronously
|
|
4217
|
+
:param str id: A UUID to used to identify an object in the repository (required)
|
|
4218
|
+
:param bool body: A boolean value indicating whether the dataset custodians should inherit the steward role on all snapshots made from this dataset. (required)
|
|
4219
|
+
:param _return_http_data_only: response data without head status code
|
|
4220
|
+
and headers
|
|
4221
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
4222
|
+
be returned without reading/decoding response
|
|
4223
|
+
data. Default is True.
|
|
4224
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
4225
|
+
number provided, it will be total request
|
|
4226
|
+
timeout. It can also be a pair (tuple) of
|
|
4227
|
+
(connection, read) timeouts.
|
|
4228
|
+
:return: tuple(JobModel, status_code(int), headers(HTTPHeaderDict))
|
|
4229
|
+
If the method is called asynchronously,
|
|
4230
|
+
returns the request thread.
|
|
4231
|
+
"""
|
|
4232
|
+
|
|
4233
|
+
local_var_params = locals()
|
|
4234
|
+
|
|
4235
|
+
all_params = [
|
|
4236
|
+
'id',
|
|
4237
|
+
'body'
|
|
4238
|
+
]
|
|
4239
|
+
all_params.extend(
|
|
4240
|
+
[
|
|
4241
|
+
'async_req',
|
|
4242
|
+
'_return_http_data_only',
|
|
4243
|
+
'_preload_content',
|
|
4244
|
+
'_request_timeout'
|
|
4245
|
+
]
|
|
4246
|
+
)
|
|
4247
|
+
|
|
4248
|
+
for key, val in six.iteritems(local_var_params['kwargs']):
|
|
4249
|
+
if key not in all_params:
|
|
4250
|
+
raise ApiTypeError(
|
|
4251
|
+
"Got an unexpected keyword argument '%s'"
|
|
4252
|
+
" to method set_inherit_steward" % key
|
|
4253
|
+
)
|
|
4254
|
+
local_var_params[key] = val
|
|
4255
|
+
del local_var_params['kwargs']
|
|
4256
|
+
# verify the required parameter 'id' is set
|
|
4257
|
+
if self.api_client.client_side_validation and ('id' not in local_var_params or # noqa: E501
|
|
4258
|
+
local_var_params['id'] is None): # noqa: E501
|
|
4259
|
+
raise ApiValueError("Missing the required parameter `id` when calling `set_inherit_steward`") # noqa: E501
|
|
4260
|
+
# verify the required parameter 'body' is set
|
|
4261
|
+
if self.api_client.client_side_validation and ('body' not in local_var_params or # noqa: E501
|
|
4262
|
+
local_var_params['body'] is None): # noqa: E501
|
|
4263
|
+
raise ApiValueError("Missing the required parameter `body` when calling `set_inherit_steward`") # noqa: E501
|
|
4264
|
+
|
|
4265
|
+
collection_formats = {}
|
|
4266
|
+
|
|
4267
|
+
path_params = {}
|
|
4268
|
+
if 'id' in local_var_params:
|
|
4269
|
+
path_params['id'] = local_var_params['id'] # noqa: E501
|
|
4270
|
+
|
|
4271
|
+
query_params = []
|
|
4272
|
+
|
|
4273
|
+
header_params = {}
|
|
4274
|
+
|
|
4275
|
+
form_params = []
|
|
4276
|
+
local_var_files = {}
|
|
4277
|
+
|
|
4278
|
+
body_params = None
|
|
4279
|
+
if 'body' in local_var_params:
|
|
4280
|
+
body_params = local_var_params['body']
|
|
4281
|
+
# HTTP header `Accept`
|
|
4282
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
4283
|
+
['application/json']) # noqa: E501
|
|
4284
|
+
|
|
4285
|
+
# HTTP header `Content-Type`
|
|
4286
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
4287
|
+
['application/json']) # noqa: E501
|
|
4288
|
+
|
|
4289
|
+
# Authentication setting
|
|
4290
|
+
auth_settings = ['oidc'] # noqa: E501
|
|
4291
|
+
|
|
4292
|
+
return self.api_client.call_api(
|
|
4293
|
+
'/api/repository/v1/datasets/{id}/inheritSteward', 'PUT',
|
|
4294
|
+
path_params,
|
|
4295
|
+
query_params,
|
|
4296
|
+
header_params,
|
|
4297
|
+
body=body_params,
|
|
4298
|
+
post_params=form_params,
|
|
4299
|
+
files=local_var_files,
|
|
4300
|
+
response_type='JobModel', # noqa: E501
|
|
4301
|
+
auth_settings=auth_settings,
|
|
4302
|
+
async_req=local_var_params.get('async_req'),
|
|
4303
|
+
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
|
4304
|
+
_preload_content=local_var_params.get('_preload_content', True),
|
|
4305
|
+
_request_timeout=local_var_params.get('_request_timeout'),
|
|
4306
|
+
collection_formats=collection_formats)
|
|
4307
|
+
|
|
4181
4308
|
def unlock_dataset(self, id, **kwargs): # noqa: E501
|
|
4182
4309
|
"""unlock_dataset # noqa: E501
|
|
4183
4310
|
|
{data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/api/repository_api.py
RENAMED
|
@@ -8477,6 +8477,133 @@ class RepositoryApi(object):
|
|
|
8477
8477
|
_request_timeout=local_var_params.get('_request_timeout'),
|
|
8478
8478
|
collection_formats=collection_formats)
|
|
8479
8479
|
|
|
8480
|
+
def set_inherit_steward(self, id, body, **kwargs): # noqa: E501
|
|
8481
|
+
"""set_inherit_steward # noqa: E501
|
|
8482
|
+
|
|
8483
|
+
ADMIN ONLY - Set flag that allows the dataset custodians to inherit the steward role on all snapshots made from this dataset # noqa: E501
|
|
8484
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
8485
|
+
asynchronous HTTP request, please pass async_req=True
|
|
8486
|
+
>>> thread = api.set_inherit_steward(id, body, async_req=True)
|
|
8487
|
+
>>> result = thread.get()
|
|
8488
|
+
|
|
8489
|
+
:param async_req bool: execute request asynchronously
|
|
8490
|
+
:param str id: A UUID to used to identify an object in the repository (required)
|
|
8491
|
+
:param bool body: A boolean value indicating whether the dataset custodians should inherit the steward role on all snapshots made from this dataset. (required)
|
|
8492
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
8493
|
+
be returned without reading/decoding response
|
|
8494
|
+
data. Default is True.
|
|
8495
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
8496
|
+
number provided, it will be total request
|
|
8497
|
+
timeout. It can also be a pair (tuple) of
|
|
8498
|
+
(connection, read) timeouts.
|
|
8499
|
+
:return: JobModel
|
|
8500
|
+
If the method is called asynchronously,
|
|
8501
|
+
returns the request thread.
|
|
8502
|
+
"""
|
|
8503
|
+
kwargs['_return_http_data_only'] = True
|
|
8504
|
+
return self.set_inherit_steward_with_http_info(id, body, **kwargs) # noqa: E501
|
|
8505
|
+
|
|
8506
|
+
def set_inherit_steward_with_http_info(self, id, body, **kwargs): # noqa: E501
|
|
8507
|
+
"""set_inherit_steward # noqa: E501
|
|
8508
|
+
|
|
8509
|
+
ADMIN ONLY - Set flag that allows the dataset custodians to inherit the steward role on all snapshots made from this dataset # noqa: E501
|
|
8510
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
8511
|
+
asynchronous HTTP request, please pass async_req=True
|
|
8512
|
+
>>> thread = api.set_inherit_steward_with_http_info(id, body, async_req=True)
|
|
8513
|
+
>>> result = thread.get()
|
|
8514
|
+
|
|
8515
|
+
:param async_req bool: execute request asynchronously
|
|
8516
|
+
:param str id: A UUID to used to identify an object in the repository (required)
|
|
8517
|
+
:param bool body: A boolean value indicating whether the dataset custodians should inherit the steward role on all snapshots made from this dataset. (required)
|
|
8518
|
+
:param _return_http_data_only: response data without head status code
|
|
8519
|
+
and headers
|
|
8520
|
+
:param _preload_content: if False, the urllib3.HTTPResponse object will
|
|
8521
|
+
be returned without reading/decoding response
|
|
8522
|
+
data. Default is True.
|
|
8523
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
8524
|
+
number provided, it will be total request
|
|
8525
|
+
timeout. It can also be a pair (tuple) of
|
|
8526
|
+
(connection, read) timeouts.
|
|
8527
|
+
:return: tuple(JobModel, status_code(int), headers(HTTPHeaderDict))
|
|
8528
|
+
If the method is called asynchronously,
|
|
8529
|
+
returns the request thread.
|
|
8530
|
+
"""
|
|
8531
|
+
|
|
8532
|
+
local_var_params = locals()
|
|
8533
|
+
|
|
8534
|
+
all_params = [
|
|
8535
|
+
'id',
|
|
8536
|
+
'body'
|
|
8537
|
+
]
|
|
8538
|
+
all_params.extend(
|
|
8539
|
+
[
|
|
8540
|
+
'async_req',
|
|
8541
|
+
'_return_http_data_only',
|
|
8542
|
+
'_preload_content',
|
|
8543
|
+
'_request_timeout'
|
|
8544
|
+
]
|
|
8545
|
+
)
|
|
8546
|
+
|
|
8547
|
+
for key, val in six.iteritems(local_var_params['kwargs']):
|
|
8548
|
+
if key not in all_params:
|
|
8549
|
+
raise ApiTypeError(
|
|
8550
|
+
"Got an unexpected keyword argument '%s'"
|
|
8551
|
+
" to method set_inherit_steward" % key
|
|
8552
|
+
)
|
|
8553
|
+
local_var_params[key] = val
|
|
8554
|
+
del local_var_params['kwargs']
|
|
8555
|
+
# verify the required parameter 'id' is set
|
|
8556
|
+
if self.api_client.client_side_validation and ('id' not in local_var_params or # noqa: E501
|
|
8557
|
+
local_var_params['id'] is None): # noqa: E501
|
|
8558
|
+
raise ApiValueError("Missing the required parameter `id` when calling `set_inherit_steward`") # noqa: E501
|
|
8559
|
+
# verify the required parameter 'body' is set
|
|
8560
|
+
if self.api_client.client_side_validation and ('body' not in local_var_params or # noqa: E501
|
|
8561
|
+
local_var_params['body'] is None): # noqa: E501
|
|
8562
|
+
raise ApiValueError("Missing the required parameter `body` when calling `set_inherit_steward`") # noqa: E501
|
|
8563
|
+
|
|
8564
|
+
collection_formats = {}
|
|
8565
|
+
|
|
8566
|
+
path_params = {}
|
|
8567
|
+
if 'id' in local_var_params:
|
|
8568
|
+
path_params['id'] = local_var_params['id'] # noqa: E501
|
|
8569
|
+
|
|
8570
|
+
query_params = []
|
|
8571
|
+
|
|
8572
|
+
header_params = {}
|
|
8573
|
+
|
|
8574
|
+
form_params = []
|
|
8575
|
+
local_var_files = {}
|
|
8576
|
+
|
|
8577
|
+
body_params = None
|
|
8578
|
+
if 'body' in local_var_params:
|
|
8579
|
+
body_params = local_var_params['body']
|
|
8580
|
+
# HTTP header `Accept`
|
|
8581
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
8582
|
+
['application/json']) # noqa: E501
|
|
8583
|
+
|
|
8584
|
+
# HTTP header `Content-Type`
|
|
8585
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
|
8586
|
+
['application/json']) # noqa: E501
|
|
8587
|
+
|
|
8588
|
+
# Authentication setting
|
|
8589
|
+
auth_settings = ['oidc'] # noqa: E501
|
|
8590
|
+
|
|
8591
|
+
return self.api_client.call_api(
|
|
8592
|
+
'/api/repository/v1/datasets/{id}/inheritSteward', 'PUT',
|
|
8593
|
+
path_params,
|
|
8594
|
+
query_params,
|
|
8595
|
+
header_params,
|
|
8596
|
+
body=body_params,
|
|
8597
|
+
post_params=form_params,
|
|
8598
|
+
files=local_var_files,
|
|
8599
|
+
response_type='JobModel', # noqa: E501
|
|
8600
|
+
auth_settings=auth_settings,
|
|
8601
|
+
async_req=local_var_params.get('async_req'),
|
|
8602
|
+
_return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
|
|
8603
|
+
_preload_content=local_var_params.get('_preload_content', True),
|
|
8604
|
+
_request_timeout=local_var_params.get('_request_timeout'),
|
|
8605
|
+
collection_formats=collection_formats)
|
|
8606
|
+
|
|
8480
8607
|
def sync_duos_dataset_authorized_users(self, duos_id, **kwargs): # noqa: E501
|
|
8481
8608
|
"""sync_duos_dataset_authorized_users # noqa: E501
|
|
8482
8609
|
|
|
@@ -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.260.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.260.0".\
|
|
340
340
|
format(env=sys.platform, pyversion=sys.version)
|
|
341
341
|
|
|
342
342
|
def get_host_settings(self):
|
|
@@ -28,12 +28,6 @@ class TestAdminApi(unittest.TestCase):
|
|
|
28
28
|
def tearDown(self):
|
|
29
29
|
pass
|
|
30
30
|
|
|
31
|
-
def test_admin_inherit_steward(self):
|
|
32
|
-
"""Test case for admin_inherit_steward
|
|
33
|
-
|
|
34
|
-
"""
|
|
35
|
-
pass
|
|
36
|
-
|
|
37
31
|
def test_admin_retrieve_dataset(self):
|
|
38
32
|
"""Test case for admin_retrieve_dataset
|
|
39
33
|
|
|
@@ -226,6 +226,12 @@ class TestDatasetsApi(unittest.TestCase):
|
|
|
226
226
|
"""
|
|
227
227
|
pass
|
|
228
228
|
|
|
229
|
+
def test_set_inherit_steward(self):
|
|
230
|
+
"""Test case for set_inherit_steward
|
|
231
|
+
|
|
232
|
+
"""
|
|
233
|
+
pass
|
|
234
|
+
|
|
229
235
|
def test_unlock_dataset(self):
|
|
230
236
|
"""Test case for unlock_dataset
|
|
231
237
|
|
|
@@ -442,6 +442,12 @@ class TestRepositoryApi(unittest.TestCase):
|
|
|
442
442
|
"""
|
|
443
443
|
pass
|
|
444
444
|
|
|
445
|
+
def test_set_inherit_steward(self):
|
|
446
|
+
"""Test case for set_inherit_steward
|
|
447
|
+
|
|
448
|
+
"""
|
|
449
|
+
pass
|
|
450
|
+
|
|
445
451
|
def test_sync_duos_dataset_authorized_users(self):
|
|
446
452
|
"""Test case for sync_duos_dataset_authorized_users
|
|
447
453
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/api/unauthenticated_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/access_info_model.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/asset_model.py
RENAMED
|
File without changes
|
{data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/asset_table_model.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/cloud_platform.py
RENAMED
|
File without changes
|
{data-repo-client-2.259.0 → data-repo-client-2.260.0}/data_repo_client/models/column_model.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|