cosmotech-api 5.0.0b5__tar.gz → 5.0.0b6__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 cosmotech-api might be problematic. Click here for more details.
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/PKG-INFO +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/README.md +4 -10
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/__init__.py +1 -5
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/api/connector_api.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/api/dataset_api.py +129 -40
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/api/meta_api.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/api/organization_api.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/api/run_api.py +1 -674
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/api/runner_api.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/api/scenario_api.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/api/scenariorun_api.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/api/solution_api.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/api/twingraph_api.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/api/workspace_api.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/api_client.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/configuration.py +2 -2
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/exceptions.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/__init__.py +1 -5
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/about_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/about_info_version.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/component_role_permissions.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/connector.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/connector_parameter.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/connector_parameter_group.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/container_resource_size_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/container_resource_sizing.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/create_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/created_run.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/dataset.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/dataset_access_control.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/dataset_compatibility.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/dataset_connector.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/dataset_copy_parameters.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/dataset_create_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/dataset_part.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/dataset_part_create_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/dataset_part_type_enum.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/dataset_part_update_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/dataset_role.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/dataset_search.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/dataset_security.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/dataset_source_type.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/dataset_twin_graph_hash.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/dataset_twin_graph_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/dataset_twin_graph_query.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/dataset_update_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/delete_historical_data.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/edit_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/file_upload_metadata.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/file_upload_validation.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/graph_properties.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/ingestion_status_enum.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/io_types_enum.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/last_run_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/organization.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/organization_access_control.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/organization_create_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/organization_edit_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/organization_role.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/organization_security.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/organization_service.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/organization_services.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/organization_update_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/query_result.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/resource_size_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_container.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_container_artifact.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_container_logs.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_data.py +2 -2
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_data_query.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_edit_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_logs.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_logs_entry.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_resource_requested.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_search.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_search_state.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_start_containers.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_state.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_status.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_status_node.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_template.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_template_create_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_template_handler_id.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_template_orchestrator.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_template_parameter.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_template_parameter_create_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_template_parameter_group.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_template_parameter_group_create_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_template_parameter_group_update_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_template_parameter_update_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_template_parameter_value.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_template_resource_sizing.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_template_step_source.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/run_template_update_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/runner.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/runner_access_control.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/runner_changed_parameter_value.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/runner_comparison_result.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/runner_create_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/runner_data_download_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/runner_data_download_job.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/runner_datasets.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/runner_edit_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/runner_job_state.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/runner_last_run.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/runner_parent_last_run.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/runner_resource_sizing.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/runner_role.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/runner_root_last_run.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/runner_run_template_parameter_value.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/runner_security.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/runner_update_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/runner_validation_status.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_access_control.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_changed_parameter_value.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_comparison_result.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_data_download_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_data_download_job.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_job_state.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_last_run.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_resource_sizing.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_role.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_run.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_run_container.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_run_container_artifact.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_run_container_logs.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_run_logs.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_run_resource_requested.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_run_search.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_run_search_state.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_run_start_containers.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_run_state.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_run_status.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_run_status_node.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_run_template_parameter_value.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_security.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_validation_status.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/send_run_data_request.py +5 -5
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/solution.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/solution_access_control.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/solution_create_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/solution_edit_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/solution_role.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/solution_security.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/solution_update_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/source_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/sub_dataset_graph_query.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/twin_graph_batch_result.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/twin_graph_hash.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/twin_graph_query.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/twincache_status_enum.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/validator.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/workspace.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/workspace_access_control.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/workspace_create_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/workspace_edit_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/workspace_file.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/workspace_role.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/workspace_secret.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/workspace_security.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/workspace_solution.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/workspace_update_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/workspace_web_app.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/rest.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api.egg-info/PKG-INFO +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/pyproject.toml +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/setup.py +2 -2
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_about_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_about_info_version.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_component_role_permissions.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_connector.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_connector_api.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_connector_parameter.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_connector_parameter_group.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_container_resource_size_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_container_resource_sizing.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_create_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_created_run.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_dataset.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_dataset_access_control.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_dataset_api.py +2 -2
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_dataset_compatibility.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_dataset_connector.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_dataset_copy_parameters.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_dataset_create_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_dataset_part.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_dataset_part_create_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_dataset_part_type_enum.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_dataset_part_update_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_dataset_role.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_dataset_search.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_dataset_security.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_dataset_source_type.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_dataset_twin_graph_hash.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_dataset_twin_graph_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_dataset_twin_graph_query.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_dataset_update_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_delete_historical_data.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_edit_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_file_upload_metadata.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_file_upload_validation.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_graph_properties.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_ingestion_status_enum.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_io_types_enum.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_last_run_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_meta_api.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_organization.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_organization_access_control.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_organization_api.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_organization_create_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_organization_edit_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_organization_role.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_organization_security.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_organization_service.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_organization_services.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_organization_update_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_query_result.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_resource_size_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_api.py +1 -15
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_container.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_container_artifact.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_container_logs.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_data.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_data_query.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_edit_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_logs.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_logs_entry.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_resource_requested.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_search.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_search_state.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_start_containers.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_state.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_status.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_status_node.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_template.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_template_create_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_template_handler_id.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_template_orchestrator.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_template_parameter.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_template_parameter_create_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_template_parameter_group.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_template_parameter_group_create_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_template_parameter_group_update_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_template_parameter_update_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_template_parameter_value.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_template_resource_sizing.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_template_step_source.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_run_template_update_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_runner.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_runner_access_control.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_runner_api.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_runner_changed_parameter_value.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_runner_comparison_result.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_runner_create_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_runner_data_download_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_runner_data_download_job.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_runner_datasets.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_runner_edit_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_runner_job_state.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_runner_last_run.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_runner_parent_last_run.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_runner_resource_sizing.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_runner_role.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_runner_root_last_run.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_runner_run_template_parameter_value.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_runner_security.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_runner_update_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_runner_validation_status.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_access_control.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_api.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_changed_parameter_value.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_comparison_result.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_data_download_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_data_download_job.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_job_state.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_last_run.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_resource_sizing.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_role.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_run.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_run_container.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_run_container_artifact.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_run_container_logs.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_run_logs.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_run_resource_requested.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_run_search.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_run_search_state.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_run_start_containers.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_run_state.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_run_status.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_run_status_node.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_run_template_parameter_value.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_security.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_validation_status.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenariorun_api.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_send_run_data_request.py +1 -5
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_solution.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_solution_access_control.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_solution_api.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_solution_create_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_solution_edit_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_solution_role.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_solution_security.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_solution_update_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_source_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_sub_dataset_graph_query.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_twin_graph_batch_result.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_twin_graph_hash.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_twin_graph_query.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_twincache_status_enum.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_twingraph_api.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_validator.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_workspace.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_workspace_access_control.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_workspace_api.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_workspace_create_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_workspace_edit_info.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_workspace_file.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_workspace_role.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_workspace_secret.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_workspace_security.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_workspace_solution.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_workspace_update_request.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_workspace_web_app.py +1 -1
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/LICENSE +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/api/__init__.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/api/scenariorunresult_api.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/api/user_api.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/api/validator_api.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/api_response.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/apis/__init__.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/__init__.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/component_role_permissions.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/connector.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/connector_parameter.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/connector_parameter_group.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/container_resource_size_info.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/container_resource_sizing.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/dataset.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/dataset_access_control.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/dataset_compatibility.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/dataset_connector.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/dataset_copy_parameters.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/dataset_role.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/dataset_search.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/dataset_security.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/dataset_source_type.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/dataset_twin_graph_hash.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/dataset_twin_graph_info.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/dataset_twin_graph_query.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/delete_historical_data.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/file_upload_metadata.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/file_upload_validation.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/graph_properties.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/organization.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/organization_access_control.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/organization_role.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/organization_security.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/organization_service.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/organization_services.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/organization_user.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/resource_size_info.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/run.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/run_container.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/run_container_artifact.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/run_container_logs.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/run_logs.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/run_resource_requested.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/run_search.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/run_start_containers.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/run_state.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/run_status.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/run_status_node.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/run_template.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/run_template_handler_id.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/run_template_orchestrator.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/run_template_parameter.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/run_template_parameter_group.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/run_template_parameter_value.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/run_template_resource_sizing.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/run_template_step_source.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/runner.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/runner_access_control.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/runner_changed_parameter_value.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/runner_comparison_result.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/runner_data_download_info.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/runner_data_download_job.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/runner_job_state.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/runner_last_run.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/runner_resource_sizing.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/runner_role.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/runner_run_template_parameter_value.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/runner_security.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/runner_validation_status.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_access_control.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_changed_parameter_value.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_comparison_result.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_data_download_info.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_data_download_job.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_job_state.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_last_run.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_resource_sizing.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_role.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_run.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_run_container.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_run_container_artifact.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_run_container_logs.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_run_logs.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_run_resource_requested.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_run_result.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_run_search.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_run_start_containers.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_run_state.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_run_status.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_run_status_node.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_run_template_parameter_value.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_security.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_user.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/scenario_validation_status.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/solution.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/solution_access_control.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/solution_role.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/solution_security.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/source_info.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/sub_dataset_graph_query.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/translated_labels.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/twin_graph_batch_result.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/twin_graph_hash.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/twin_graph_import.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/twin_graph_import_info.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/twin_graph_query.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/user.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/user_organization.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/user_workspace.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/validator.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/validator_run.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/workspace.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/workspace_access_control.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/workspace_file.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/workspace_role.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/workspace_secret.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/workspace_security.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/workspace_solution.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/workspace_user.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model/workspace_web_app.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/model_utils.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/scenario_run_result.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/solution_file.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/models/validator_run.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api/py.typed +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api.egg-info/SOURCES.txt +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api.egg-info/dependency_links.txt +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api.egg-info/requires.txt +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/cosmotech_api.egg-info/top_level.txt +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/setup.cfg +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_organization_user.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_run_result.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_scenario_user.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_solution_file.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_translated_labels.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_twin_graph_import.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_twin_graph_import_info.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_user.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_user_organization.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_user_workspace.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_validator_run.py +0 -0
- {cosmotech_api-5.0.0b5 → cosmotech_api-5.0.0b6}/test/test_workspace_user.py +0 -0
|
@@ -3,7 +3,7 @@ Cosmo Tech Platform API
|
|
|
3
3
|
|
|
4
4
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
5
5
|
|
|
6
|
-
- API version: 5.0.
|
|
6
|
+
- API version: 5.0.0-beta6
|
|
7
7
|
- Package version: 1.0.0
|
|
8
8
|
- Generator version: 7.13.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
@@ -19,9 +19,9 @@ Python 3.9+
|
|
|
19
19
|
If the python package is hosted on a repository, you can install directly using:
|
|
20
20
|
|
|
21
21
|
```sh
|
|
22
|
-
pip install git+https://github.com/
|
|
22
|
+
pip install git+https://github.com/Cosmo-Tech/cosmotech-api-python-client.git
|
|
23
23
|
```
|
|
24
|
-
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/
|
|
24
|
+
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/Cosmo-Tech/cosmotech-api-python-client.git`)
|
|
25
25
|
|
|
26
26
|
Then import the package:
|
|
27
27
|
```python
|
|
@@ -108,7 +108,7 @@ Class | Method | HTTP request | Description
|
|
|
108
108
|
*DatasetApi* | [**list_dataset_parts**](docs/DatasetApi.md#list_dataset_parts) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/datasets/{dataset_id}/parts | Retrieve all dataset parts of a Dataset
|
|
109
109
|
*DatasetApi* | [**list_dataset_security_users**](docs/DatasetApi.md#list_dataset_security_users) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/datasets/{dataset_id}/security/users | Get the Dataset security users list
|
|
110
110
|
*DatasetApi* | [**list_datasets**](docs/DatasetApi.md#list_datasets) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/datasets | Retrieve a list of defined Dataset
|
|
111
|
-
*DatasetApi* | [**query_data**](docs/DatasetApi.md#query_data) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/datasets/{dataset_id}/parts/{dataset_part_id}/query |
|
|
111
|
+
*DatasetApi* | [**query_data**](docs/DatasetApi.md#query_data) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/datasets/{dataset_id}/parts/{dataset_part_id}/query | Query data of a Dataset part. This endpoint is only available for dataset parts that support queries (type == DB).
|
|
112
112
|
*DatasetApi* | [**replace_dataset_part**](docs/DatasetApi.md#replace_dataset_part) | **PUT** /organizations/{organization_id}/workspaces/{workspace_id}/datasets/{dataset_id}/parts/{dataset_part_id} | Replace existing dataset parts of a Dataset
|
|
113
113
|
*DatasetApi* | [**search_dataset_parts**](docs/DatasetApi.md#search_dataset_parts) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/datasets/{dataset_id}/parts/search | Search Dataset parts by tags
|
|
114
114
|
*DatasetApi* | [**search_datasets**](docs/DatasetApi.md#search_datasets) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/datasets/search | Search Datasets by tags
|
|
@@ -136,8 +136,6 @@ Class | Method | HTTP request | Description
|
|
|
136
136
|
*RunApi* | [**get_run_logs**](docs/RunApi.md#get_run_logs) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/runs/{run_id}/logs | get the logs for the Run
|
|
137
137
|
*RunApi* | [**get_run_status**](docs/RunApi.md#get_run_status) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/runs/{run_id}/status | get the status for the Run
|
|
138
138
|
*RunApi* | [**list_runs**](docs/RunApi.md#list_runs) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/runs | get the list of Runs for the Runner
|
|
139
|
-
*RunApi* | [**query_run_data**](docs/RunApi.md#query_run_data) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/runs/{run_id}/data/query | query the run data
|
|
140
|
-
*RunApi* | [**send_run_data**](docs/RunApi.md#send_run_data) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/runs/{run_id}/data/send | Send data associated to a run
|
|
141
139
|
*RunnerApi* | [**create_runner**](docs/RunnerApi.md#create_runner) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/runners | Create a new Runner
|
|
142
140
|
*RunnerApi* | [**create_runner_access_control**](docs/RunnerApi.md#create_runner_access_control) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/security/access | Add a control access to the Runner
|
|
143
141
|
*RunnerApi* | [**delete_runner**](docs/RunnerApi.md#delete_runner) | **DELETE** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id} | Delete a runner
|
|
@@ -228,12 +226,9 @@ Class | Method | HTTP request | Description
|
|
|
228
226
|
- [OrganizationRole](docs/OrganizationRole.md)
|
|
229
227
|
- [OrganizationSecurity](docs/OrganizationSecurity.md)
|
|
230
228
|
- [OrganizationUpdateRequest](docs/OrganizationUpdateRequest.md)
|
|
231
|
-
- [QueryResult](docs/QueryResult.md)
|
|
232
229
|
- [ResourceSizeInfo](docs/ResourceSizeInfo.md)
|
|
233
230
|
- [Run](docs/Run.md)
|
|
234
231
|
- [RunContainer](docs/RunContainer.md)
|
|
235
|
-
- [RunData](docs/RunData.md)
|
|
236
|
-
- [RunDataQuery](docs/RunDataQuery.md)
|
|
237
232
|
- [RunEditInfo](docs/RunEditInfo.md)
|
|
238
233
|
- [RunResourceRequested](docs/RunResourceRequested.md)
|
|
239
234
|
- [RunState](docs/RunState.md)
|
|
@@ -261,7 +256,6 @@ Class | Method | HTTP request | Description
|
|
|
261
256
|
- [RunnerSecurity](docs/RunnerSecurity.md)
|
|
262
257
|
- [RunnerUpdateRequest](docs/RunnerUpdateRequest.md)
|
|
263
258
|
- [RunnerValidationStatus](docs/RunnerValidationStatus.md)
|
|
264
|
-
- [SendRunDataRequest](docs/SendRunDataRequest.md)
|
|
265
259
|
- [Solution](docs/Solution.md)
|
|
266
260
|
- [SolutionAccessControl](docs/SolutionAccessControl.md)
|
|
267
261
|
- [SolutionCreateRequest](docs/SolutionCreateRequest.md)
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
Cosmo Tech Platform API
|
|
9
9
|
|
|
10
|
-
The version of the OpenAPI document: 5.0.
|
|
10
|
+
The version of the OpenAPI document: 5.0.0-beta6
|
|
11
11
|
Contact: platform@cosmotech.com
|
|
12
12
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
13
13
|
|
|
@@ -64,12 +64,9 @@ from cosmotech_api.models.organization_edit_info import OrganizationEditInfo
|
|
|
64
64
|
from cosmotech_api.models.organization_role import OrganizationRole
|
|
65
65
|
from cosmotech_api.models.organization_security import OrganizationSecurity
|
|
66
66
|
from cosmotech_api.models.organization_update_request import OrganizationUpdateRequest
|
|
67
|
-
from cosmotech_api.models.query_result import QueryResult
|
|
68
67
|
from cosmotech_api.models.resource_size_info import ResourceSizeInfo
|
|
69
68
|
from cosmotech_api.models.run import Run
|
|
70
69
|
from cosmotech_api.models.run_container import RunContainer
|
|
71
|
-
from cosmotech_api.models.run_data import RunData
|
|
72
|
-
from cosmotech_api.models.run_data_query import RunDataQuery
|
|
73
70
|
from cosmotech_api.models.run_edit_info import RunEditInfo
|
|
74
71
|
from cosmotech_api.models.run_resource_requested import RunResourceRequested
|
|
75
72
|
from cosmotech_api.models.run_state import RunState
|
|
@@ -97,7 +94,6 @@ from cosmotech_api.models.runner_run_template_parameter_value import RunnerRunTe
|
|
|
97
94
|
from cosmotech_api.models.runner_security import RunnerSecurity
|
|
98
95
|
from cosmotech_api.models.runner_update_request import RunnerUpdateRequest
|
|
99
96
|
from cosmotech_api.models.runner_validation_status import RunnerValidationStatus
|
|
100
|
-
from cosmotech_api.models.send_run_data_request import SendRunDataRequest
|
|
101
97
|
from cosmotech_api.models.solution import Solution
|
|
102
98
|
from cosmotech_api.models.solution_access_control import SolutionAccessControl
|
|
103
99
|
from cosmotech_api.models.solution_create_request import SolutionCreateRequest
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Cosmo Tech Platform API
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 5.0.
|
|
8
|
+
The version of the OpenAPI document: 5.0.0-beta6
|
|
9
9
|
Contact: platform@cosmotech.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -18,7 +18,7 @@ from typing import Any, Dict, List, Optional, Tuple, Union
|
|
|
18
18
|
from typing_extensions import Annotated
|
|
19
19
|
|
|
20
20
|
from pydantic import Field, StrictBytes, StrictInt, StrictStr
|
|
21
|
-
from typing import
|
|
21
|
+
from typing import List, Optional, Tuple, Union
|
|
22
22
|
from typing_extensions import Annotated
|
|
23
23
|
from cosmotech_api.models.dataset import Dataset
|
|
24
24
|
from cosmotech_api.models.dataset_access_control import DatasetAccessControl
|
|
@@ -4102,11 +4102,16 @@ class DatasetApi:
|
|
|
4102
4102
|
workspace_id: Annotated[StrictStr, Field(description="the Workspace identifier")],
|
|
4103
4103
|
dataset_id: Annotated[StrictStr, Field(description="the Dataset identifier")],
|
|
4104
4104
|
dataset_part_id: Annotated[StrictStr, Field(description="the Dataset part identifier")],
|
|
4105
|
-
|
|
4106
|
-
sums: Annotated[Optional[List[StrictStr]], Field(description="
|
|
4107
|
-
|
|
4105
|
+
selects: Annotated[Optional[List[StrictStr]], Field(description="Column names that should be part of the response data. You can specify a column name like: - id - stock - quantity - ... If you want to select only distinct columns, add a '*' at the end of the column name (e.g. stock*). ")] = None,
|
|
4106
|
+
sums: Annotated[Optional[List[StrictStr]], Field(description="Column names to sum by. If you want to sum only distinct columns, add a '*' at the end of the column name (e.g. stock*). ")] = None,
|
|
4107
|
+
avgs: Annotated[Optional[List[StrictStr]], Field(description="Column names to average by. If you want to apply 'average' only on distinct columns, add a '*' at the end of the column name (e.g. stock*). ")] = None,
|
|
4108
|
+
counts: Annotated[Optional[List[StrictStr]], Field(description="Column names to count by. If you want to count only distinct columns, add a '*' at the end of the column name (e.g. stock*). ")] = None,
|
|
4109
|
+
mins: Annotated[Optional[List[StrictStr]], Field(description="Column names to min by. If you want to apply 'min' only on distinct columns, add a '*' at the end of the column name (e.g. stock*). ")] = None,
|
|
4110
|
+
maxs: Annotated[Optional[List[StrictStr]], Field(description="Column names to max by. If you want to apply 'max' only on distinct columns, add a '*' at the end of the column name (e.g. stock*). ")] = None,
|
|
4108
4111
|
offset: Annotated[Optional[StrictInt], Field(description="The query offset")] = None,
|
|
4109
4112
|
limit: Annotated[Optional[StrictInt], Field(description="The query limit")] = None,
|
|
4113
|
+
group_bys: Annotated[Optional[List[StrictStr]], Field(description="Column names to group by")] = None,
|
|
4114
|
+
order_bys: Annotated[Optional[List[StrictStr]], Field(description="Column names to order by. Default order is ascending. If you want to specify 'descending' order, add a '!' at the beginning of the column name (e.g. !stock). ")] = None,
|
|
4110
4115
|
_request_timeout: Union[
|
|
4111
4116
|
None,
|
|
4112
4117
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -4119,8 +4124,8 @@ class DatasetApi:
|
|
|
4119
4124
|
_content_type: Optional[StrictStr] = None,
|
|
4120
4125
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4121
4126
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4122
|
-
) ->
|
|
4123
|
-
"""
|
|
4127
|
+
) -> bytearray:
|
|
4128
|
+
"""Query data of a Dataset part. This endpoint is only available for dataset parts that support queries (type == DB).
|
|
4124
4129
|
|
|
4125
4130
|
|
|
4126
4131
|
:param organization_id: the Organization identifier (required)
|
|
@@ -4131,16 +4136,26 @@ class DatasetApi:
|
|
|
4131
4136
|
:type dataset_id: str
|
|
4132
4137
|
:param dataset_part_id: the Dataset part identifier (required)
|
|
4133
4138
|
:type dataset_part_id: str
|
|
4134
|
-
:param
|
|
4135
|
-
:type
|
|
4136
|
-
:param sums:
|
|
4139
|
+
:param selects: Column names that should be part of the response data. You can specify a column name like: - id - stock - quantity - ... If you want to select only distinct columns, add a '*' at the end of the column name (e.g. stock*).
|
|
4140
|
+
:type selects: List[str]
|
|
4141
|
+
:param sums: Column names to sum by. If you want to sum only distinct columns, add a '*' at the end of the column name (e.g. stock*).
|
|
4137
4142
|
:type sums: List[str]
|
|
4138
|
-
:param
|
|
4143
|
+
:param avgs: Column names to average by. If you want to apply 'average' only on distinct columns, add a '*' at the end of the column name (e.g. stock*).
|
|
4144
|
+
:type avgs: List[str]
|
|
4145
|
+
:param counts: Column names to count by. If you want to count only distinct columns, add a '*' at the end of the column name (e.g. stock*).
|
|
4139
4146
|
:type counts: List[str]
|
|
4147
|
+
:param mins: Column names to min by. If you want to apply 'min' only on distinct columns, add a '*' at the end of the column name (e.g. stock*).
|
|
4148
|
+
:type mins: List[str]
|
|
4149
|
+
:param maxs: Column names to max by. If you want to apply 'max' only on distinct columns, add a '*' at the end of the column name (e.g. stock*).
|
|
4150
|
+
:type maxs: List[str]
|
|
4140
4151
|
:param offset: The query offset
|
|
4141
4152
|
:type offset: int
|
|
4142
4153
|
:param limit: The query limit
|
|
4143
4154
|
:type limit: int
|
|
4155
|
+
:param group_bys: Column names to group by
|
|
4156
|
+
:type group_bys: List[str]
|
|
4157
|
+
:param order_bys: Column names to order by. Default order is ascending. If you want to specify 'descending' order, add a '!' at the beginning of the column name (e.g. !stock).
|
|
4158
|
+
:type order_bys: List[str]
|
|
4144
4159
|
:param _request_timeout: timeout setting for this request. If one
|
|
4145
4160
|
number provided, it will be total request
|
|
4146
4161
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4168,11 +4183,16 @@ class DatasetApi:
|
|
|
4168
4183
|
workspace_id=workspace_id,
|
|
4169
4184
|
dataset_id=dataset_id,
|
|
4170
4185
|
dataset_part_id=dataset_part_id,
|
|
4171
|
-
|
|
4186
|
+
selects=selects,
|
|
4172
4187
|
sums=sums,
|
|
4188
|
+
avgs=avgs,
|
|
4173
4189
|
counts=counts,
|
|
4190
|
+
mins=mins,
|
|
4191
|
+
maxs=maxs,
|
|
4174
4192
|
offset=offset,
|
|
4175
4193
|
limit=limit,
|
|
4194
|
+
group_bys=group_bys,
|
|
4195
|
+
order_bys=order_bys,
|
|
4176
4196
|
_request_auth=_request_auth,
|
|
4177
4197
|
_content_type=_content_type,
|
|
4178
4198
|
_headers=_headers,
|
|
@@ -4180,7 +4200,7 @@ class DatasetApi:
|
|
|
4180
4200
|
)
|
|
4181
4201
|
|
|
4182
4202
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4183
|
-
'200': "
|
|
4203
|
+
'200': "bytearray",
|
|
4184
4204
|
'400': None,
|
|
4185
4205
|
'403': None,
|
|
4186
4206
|
'404': None,
|
|
@@ -4204,11 +4224,16 @@ class DatasetApi:
|
|
|
4204
4224
|
workspace_id: Annotated[StrictStr, Field(description="the Workspace identifier")],
|
|
4205
4225
|
dataset_id: Annotated[StrictStr, Field(description="the Dataset identifier")],
|
|
4206
4226
|
dataset_part_id: Annotated[StrictStr, Field(description="the Dataset part identifier")],
|
|
4207
|
-
|
|
4208
|
-
sums: Annotated[Optional[List[StrictStr]], Field(description="
|
|
4209
|
-
|
|
4227
|
+
selects: Annotated[Optional[List[StrictStr]], Field(description="Column names that should be part of the response data. You can specify a column name like: - id - stock - quantity - ... If you want to select only distinct columns, add a '*' at the end of the column name (e.g. stock*). ")] = None,
|
|
4228
|
+
sums: Annotated[Optional[List[StrictStr]], Field(description="Column names to sum by. If you want to sum only distinct columns, add a '*' at the end of the column name (e.g. stock*). ")] = None,
|
|
4229
|
+
avgs: Annotated[Optional[List[StrictStr]], Field(description="Column names to average by. If you want to apply 'average' only on distinct columns, add a '*' at the end of the column name (e.g. stock*). ")] = None,
|
|
4230
|
+
counts: Annotated[Optional[List[StrictStr]], Field(description="Column names to count by. If you want to count only distinct columns, add a '*' at the end of the column name (e.g. stock*). ")] = None,
|
|
4231
|
+
mins: Annotated[Optional[List[StrictStr]], Field(description="Column names to min by. If you want to apply 'min' only on distinct columns, add a '*' at the end of the column name (e.g. stock*). ")] = None,
|
|
4232
|
+
maxs: Annotated[Optional[List[StrictStr]], Field(description="Column names to max by. If you want to apply 'max' only on distinct columns, add a '*' at the end of the column name (e.g. stock*). ")] = None,
|
|
4210
4233
|
offset: Annotated[Optional[StrictInt], Field(description="The query offset")] = None,
|
|
4211
4234
|
limit: Annotated[Optional[StrictInt], Field(description="The query limit")] = None,
|
|
4235
|
+
group_bys: Annotated[Optional[List[StrictStr]], Field(description="Column names to group by")] = None,
|
|
4236
|
+
order_bys: Annotated[Optional[List[StrictStr]], Field(description="Column names to order by. Default order is ascending. If you want to specify 'descending' order, add a '!' at the beginning of the column name (e.g. !stock). ")] = None,
|
|
4212
4237
|
_request_timeout: Union[
|
|
4213
4238
|
None,
|
|
4214
4239
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -4221,8 +4246,8 @@ class DatasetApi:
|
|
|
4221
4246
|
_content_type: Optional[StrictStr] = None,
|
|
4222
4247
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4223
4248
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4224
|
-
) -> ApiResponse[
|
|
4225
|
-
"""
|
|
4249
|
+
) -> ApiResponse[bytearray]:
|
|
4250
|
+
"""Query data of a Dataset part. This endpoint is only available for dataset parts that support queries (type == DB).
|
|
4226
4251
|
|
|
4227
4252
|
|
|
4228
4253
|
:param organization_id: the Organization identifier (required)
|
|
@@ -4233,16 +4258,26 @@ class DatasetApi:
|
|
|
4233
4258
|
:type dataset_id: str
|
|
4234
4259
|
:param dataset_part_id: the Dataset part identifier (required)
|
|
4235
4260
|
:type dataset_part_id: str
|
|
4236
|
-
:param
|
|
4237
|
-
:type
|
|
4238
|
-
:param sums:
|
|
4261
|
+
:param selects: Column names that should be part of the response data. You can specify a column name like: - id - stock - quantity - ... If you want to select only distinct columns, add a '*' at the end of the column name (e.g. stock*).
|
|
4262
|
+
:type selects: List[str]
|
|
4263
|
+
:param sums: Column names to sum by. If you want to sum only distinct columns, add a '*' at the end of the column name (e.g. stock*).
|
|
4239
4264
|
:type sums: List[str]
|
|
4240
|
-
:param
|
|
4265
|
+
:param avgs: Column names to average by. If you want to apply 'average' only on distinct columns, add a '*' at the end of the column name (e.g. stock*).
|
|
4266
|
+
:type avgs: List[str]
|
|
4267
|
+
:param counts: Column names to count by. If you want to count only distinct columns, add a '*' at the end of the column name (e.g. stock*).
|
|
4241
4268
|
:type counts: List[str]
|
|
4269
|
+
:param mins: Column names to min by. If you want to apply 'min' only on distinct columns, add a '*' at the end of the column name (e.g. stock*).
|
|
4270
|
+
:type mins: List[str]
|
|
4271
|
+
:param maxs: Column names to max by. If you want to apply 'max' only on distinct columns, add a '*' at the end of the column name (e.g. stock*).
|
|
4272
|
+
:type maxs: List[str]
|
|
4242
4273
|
:param offset: The query offset
|
|
4243
4274
|
:type offset: int
|
|
4244
4275
|
:param limit: The query limit
|
|
4245
4276
|
:type limit: int
|
|
4277
|
+
:param group_bys: Column names to group by
|
|
4278
|
+
:type group_bys: List[str]
|
|
4279
|
+
:param order_bys: Column names to order by. Default order is ascending. If you want to specify 'descending' order, add a '!' at the beginning of the column name (e.g. !stock).
|
|
4280
|
+
:type order_bys: List[str]
|
|
4246
4281
|
:param _request_timeout: timeout setting for this request. If one
|
|
4247
4282
|
number provided, it will be total request
|
|
4248
4283
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4270,11 +4305,16 @@ class DatasetApi:
|
|
|
4270
4305
|
workspace_id=workspace_id,
|
|
4271
4306
|
dataset_id=dataset_id,
|
|
4272
4307
|
dataset_part_id=dataset_part_id,
|
|
4273
|
-
|
|
4308
|
+
selects=selects,
|
|
4274
4309
|
sums=sums,
|
|
4310
|
+
avgs=avgs,
|
|
4275
4311
|
counts=counts,
|
|
4312
|
+
mins=mins,
|
|
4313
|
+
maxs=maxs,
|
|
4276
4314
|
offset=offset,
|
|
4277
4315
|
limit=limit,
|
|
4316
|
+
group_bys=group_bys,
|
|
4317
|
+
order_bys=order_bys,
|
|
4278
4318
|
_request_auth=_request_auth,
|
|
4279
4319
|
_content_type=_content_type,
|
|
4280
4320
|
_headers=_headers,
|
|
@@ -4282,7 +4322,7 @@ class DatasetApi:
|
|
|
4282
4322
|
)
|
|
4283
4323
|
|
|
4284
4324
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4285
|
-
'200': "
|
|
4325
|
+
'200': "bytearray",
|
|
4286
4326
|
'400': None,
|
|
4287
4327
|
'403': None,
|
|
4288
4328
|
'404': None,
|
|
@@ -4306,11 +4346,16 @@ class DatasetApi:
|
|
|
4306
4346
|
workspace_id: Annotated[StrictStr, Field(description="the Workspace identifier")],
|
|
4307
4347
|
dataset_id: Annotated[StrictStr, Field(description="the Dataset identifier")],
|
|
4308
4348
|
dataset_part_id: Annotated[StrictStr, Field(description="the Dataset part identifier")],
|
|
4309
|
-
|
|
4310
|
-
sums: Annotated[Optional[List[StrictStr]], Field(description="
|
|
4311
|
-
|
|
4349
|
+
selects: Annotated[Optional[List[StrictStr]], Field(description="Column names that should be part of the response data. You can specify a column name like: - id - stock - quantity - ... If you want to select only distinct columns, add a '*' at the end of the column name (e.g. stock*). ")] = None,
|
|
4350
|
+
sums: Annotated[Optional[List[StrictStr]], Field(description="Column names to sum by. If you want to sum only distinct columns, add a '*' at the end of the column name (e.g. stock*). ")] = None,
|
|
4351
|
+
avgs: Annotated[Optional[List[StrictStr]], Field(description="Column names to average by. If you want to apply 'average' only on distinct columns, add a '*' at the end of the column name (e.g. stock*). ")] = None,
|
|
4352
|
+
counts: Annotated[Optional[List[StrictStr]], Field(description="Column names to count by. If you want to count only distinct columns, add a '*' at the end of the column name (e.g. stock*). ")] = None,
|
|
4353
|
+
mins: Annotated[Optional[List[StrictStr]], Field(description="Column names to min by. If you want to apply 'min' only on distinct columns, add a '*' at the end of the column name (e.g. stock*). ")] = None,
|
|
4354
|
+
maxs: Annotated[Optional[List[StrictStr]], Field(description="Column names to max by. If you want to apply 'max' only on distinct columns, add a '*' at the end of the column name (e.g. stock*). ")] = None,
|
|
4312
4355
|
offset: Annotated[Optional[StrictInt], Field(description="The query offset")] = None,
|
|
4313
4356
|
limit: Annotated[Optional[StrictInt], Field(description="The query limit")] = None,
|
|
4357
|
+
group_bys: Annotated[Optional[List[StrictStr]], Field(description="Column names to group by")] = None,
|
|
4358
|
+
order_bys: Annotated[Optional[List[StrictStr]], Field(description="Column names to order by. Default order is ascending. If you want to specify 'descending' order, add a '!' at the beginning of the column name (e.g. !stock). ")] = None,
|
|
4314
4359
|
_request_timeout: Union[
|
|
4315
4360
|
None,
|
|
4316
4361
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -4324,7 +4369,7 @@ class DatasetApi:
|
|
|
4324
4369
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4325
4370
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4326
4371
|
) -> RESTResponseType:
|
|
4327
|
-
"""
|
|
4372
|
+
"""Query data of a Dataset part. This endpoint is only available for dataset parts that support queries (type == DB).
|
|
4328
4373
|
|
|
4329
4374
|
|
|
4330
4375
|
:param organization_id: the Organization identifier (required)
|
|
@@ -4335,16 +4380,26 @@ class DatasetApi:
|
|
|
4335
4380
|
:type dataset_id: str
|
|
4336
4381
|
:param dataset_part_id: the Dataset part identifier (required)
|
|
4337
4382
|
:type dataset_part_id: str
|
|
4338
|
-
:param
|
|
4339
|
-
:type
|
|
4340
|
-
:param sums:
|
|
4383
|
+
:param selects: Column names that should be part of the response data. You can specify a column name like: - id - stock - quantity - ... If you want to select only distinct columns, add a '*' at the end of the column name (e.g. stock*).
|
|
4384
|
+
:type selects: List[str]
|
|
4385
|
+
:param sums: Column names to sum by. If you want to sum only distinct columns, add a '*' at the end of the column name (e.g. stock*).
|
|
4341
4386
|
:type sums: List[str]
|
|
4342
|
-
:param
|
|
4387
|
+
:param avgs: Column names to average by. If you want to apply 'average' only on distinct columns, add a '*' at the end of the column name (e.g. stock*).
|
|
4388
|
+
:type avgs: List[str]
|
|
4389
|
+
:param counts: Column names to count by. If you want to count only distinct columns, add a '*' at the end of the column name (e.g. stock*).
|
|
4343
4390
|
:type counts: List[str]
|
|
4391
|
+
:param mins: Column names to min by. If you want to apply 'min' only on distinct columns, add a '*' at the end of the column name (e.g. stock*).
|
|
4392
|
+
:type mins: List[str]
|
|
4393
|
+
:param maxs: Column names to max by. If you want to apply 'max' only on distinct columns, add a '*' at the end of the column name (e.g. stock*).
|
|
4394
|
+
:type maxs: List[str]
|
|
4344
4395
|
:param offset: The query offset
|
|
4345
4396
|
:type offset: int
|
|
4346
4397
|
:param limit: The query limit
|
|
4347
4398
|
:type limit: int
|
|
4399
|
+
:param group_bys: Column names to group by
|
|
4400
|
+
:type group_bys: List[str]
|
|
4401
|
+
:param order_bys: Column names to order by. Default order is ascending. If you want to specify 'descending' order, add a '!' at the beginning of the column name (e.g. !stock).
|
|
4402
|
+
:type order_bys: List[str]
|
|
4348
4403
|
:param _request_timeout: timeout setting for this request. If one
|
|
4349
4404
|
number provided, it will be total request
|
|
4350
4405
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4372,11 +4427,16 @@ class DatasetApi:
|
|
|
4372
4427
|
workspace_id=workspace_id,
|
|
4373
4428
|
dataset_id=dataset_id,
|
|
4374
4429
|
dataset_part_id=dataset_part_id,
|
|
4375
|
-
|
|
4430
|
+
selects=selects,
|
|
4376
4431
|
sums=sums,
|
|
4432
|
+
avgs=avgs,
|
|
4377
4433
|
counts=counts,
|
|
4434
|
+
mins=mins,
|
|
4435
|
+
maxs=maxs,
|
|
4378
4436
|
offset=offset,
|
|
4379
4437
|
limit=limit,
|
|
4438
|
+
group_bys=group_bys,
|
|
4439
|
+
order_bys=order_bys,
|
|
4380
4440
|
_request_auth=_request_auth,
|
|
4381
4441
|
_content_type=_content_type,
|
|
4382
4442
|
_headers=_headers,
|
|
@@ -4384,7 +4444,7 @@ class DatasetApi:
|
|
|
4384
4444
|
)
|
|
4385
4445
|
|
|
4386
4446
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4387
|
-
'200': "
|
|
4447
|
+
'200': "bytearray",
|
|
4388
4448
|
'400': None,
|
|
4389
4449
|
'403': None,
|
|
4390
4450
|
'404': None,
|
|
@@ -4403,11 +4463,16 @@ class DatasetApi:
|
|
|
4403
4463
|
workspace_id,
|
|
4404
4464
|
dataset_id,
|
|
4405
4465
|
dataset_part_id,
|
|
4406
|
-
|
|
4466
|
+
selects,
|
|
4407
4467
|
sums,
|
|
4468
|
+
avgs,
|
|
4408
4469
|
counts,
|
|
4470
|
+
mins,
|
|
4471
|
+
maxs,
|
|
4409
4472
|
offset,
|
|
4410
4473
|
limit,
|
|
4474
|
+
group_bys,
|
|
4475
|
+
order_bys,
|
|
4411
4476
|
_request_auth,
|
|
4412
4477
|
_content_type,
|
|
4413
4478
|
_headers,
|
|
@@ -4417,9 +4482,14 @@ class DatasetApi:
|
|
|
4417
4482
|
_host = None
|
|
4418
4483
|
|
|
4419
4484
|
_collection_formats: Dict[str, str] = {
|
|
4420
|
-
'
|
|
4485
|
+
'selects': 'multi',
|
|
4421
4486
|
'sums': 'multi',
|
|
4487
|
+
'avgs': 'multi',
|
|
4422
4488
|
'counts': 'multi',
|
|
4489
|
+
'mins': 'multi',
|
|
4490
|
+
'maxs': 'multi',
|
|
4491
|
+
'groupBys': 'multi',
|
|
4492
|
+
'orderBys': 'multi',
|
|
4423
4493
|
}
|
|
4424
4494
|
|
|
4425
4495
|
_path_params: Dict[str, str] = {}
|
|
@@ -4441,18 +4511,30 @@ class DatasetApi:
|
|
|
4441
4511
|
if dataset_part_id is not None:
|
|
4442
4512
|
_path_params['dataset_part_id'] = dataset_part_id
|
|
4443
4513
|
# process the query parameters
|
|
4444
|
-
if
|
|
4514
|
+
if selects is not None:
|
|
4445
4515
|
|
|
4446
|
-
_query_params.append(('
|
|
4516
|
+
_query_params.append(('selects', selects))
|
|
4447
4517
|
|
|
4448
4518
|
if sums is not None:
|
|
4449
4519
|
|
|
4450
4520
|
_query_params.append(('sums', sums))
|
|
4451
4521
|
|
|
4522
|
+
if avgs is not None:
|
|
4523
|
+
|
|
4524
|
+
_query_params.append(('avgs', avgs))
|
|
4525
|
+
|
|
4452
4526
|
if counts is not None:
|
|
4453
4527
|
|
|
4454
4528
|
_query_params.append(('counts', counts))
|
|
4455
4529
|
|
|
4530
|
+
if mins is not None:
|
|
4531
|
+
|
|
4532
|
+
_query_params.append(('mins', mins))
|
|
4533
|
+
|
|
4534
|
+
if maxs is not None:
|
|
4535
|
+
|
|
4536
|
+
_query_params.append(('maxs', maxs))
|
|
4537
|
+
|
|
4456
4538
|
if offset is not None:
|
|
4457
4539
|
|
|
4458
4540
|
_query_params.append(('offset', offset))
|
|
@@ -4461,6 +4543,14 @@ class DatasetApi:
|
|
|
4461
4543
|
|
|
4462
4544
|
_query_params.append(('limit', limit))
|
|
4463
4545
|
|
|
4546
|
+
if group_bys is not None:
|
|
4547
|
+
|
|
4548
|
+
_query_params.append(('groupBys', group_bys))
|
|
4549
|
+
|
|
4550
|
+
if order_bys is not None:
|
|
4551
|
+
|
|
4552
|
+
_query_params.append(('orderBys', order_bys))
|
|
4553
|
+
|
|
4464
4554
|
# process the header parameters
|
|
4465
4555
|
# process the form parameters
|
|
4466
4556
|
# process the body parameter
|
|
@@ -4470,8 +4560,7 @@ class DatasetApi:
|
|
|
4470
4560
|
if 'Accept' not in _header_params:
|
|
4471
4561
|
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
4472
4562
|
[
|
|
4473
|
-
'application/
|
|
4474
|
-
'application/yaml'
|
|
4563
|
+
'application/octet-stream'
|
|
4475
4564
|
]
|
|
4476
4565
|
)
|
|
4477
4566
|
|