cosmotech-api 5.0.0b4__py3-none-any.whl → 5.0.0b6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of cosmotech-api might be problematic. Click here for more details.

Files changed (171) hide show
  1. cosmotech_api/__init__.py +2 -6
  2. cosmotech_api/api/connector_api.py +4 -7
  3. cosmotech_api/api/dataset_api.py +471 -40
  4. cosmotech_api/api/meta_api.py +1 -1
  5. cosmotech_api/api/organization_api.py +1 -1
  6. cosmotech_api/api/run_api.py +1 -674
  7. cosmotech_api/api/runner_api.py +13 -13
  8. cosmotech_api/api/scenario_api.py +1 -1
  9. cosmotech_api/api/scenariorun_api.py +1 -1
  10. cosmotech_api/api/solution_api.py +399 -1860
  11. cosmotech_api/api/twingraph_api.py +1 -1
  12. cosmotech_api/api/workspace_api.py +1 -1
  13. cosmotech_api/api_client.py +1 -1
  14. cosmotech_api/configuration.py +2 -2
  15. cosmotech_api/exceptions.py +1 -1
  16. cosmotech_api/models/__init__.py +2 -6
  17. cosmotech_api/models/about_info.py +1 -1
  18. cosmotech_api/models/about_info_version.py +1 -1
  19. cosmotech_api/models/component_role_permissions.py +1 -1
  20. cosmotech_api/models/connector.py +1 -1
  21. cosmotech_api/models/connector_parameter.py +1 -1
  22. cosmotech_api/models/connector_parameter_group.py +1 -1
  23. cosmotech_api/models/container_resource_size_info.py +1 -1
  24. cosmotech_api/models/container_resource_sizing.py +1 -1
  25. cosmotech_api/models/create_info.py +1 -1
  26. cosmotech_api/models/created_run.py +1 -1
  27. cosmotech_api/models/dataset.py +1 -1
  28. cosmotech_api/models/dataset_access_control.py +1 -1
  29. cosmotech_api/models/dataset_compatibility.py +1 -1
  30. cosmotech_api/models/dataset_connector.py +1 -1
  31. cosmotech_api/models/dataset_copy_parameters.py +1 -1
  32. cosmotech_api/models/dataset_create_request.py +1 -1
  33. cosmotech_api/models/dataset_part.py +2 -2
  34. cosmotech_api/models/dataset_part_create_request.py +3 -3
  35. cosmotech_api/models/dataset_part_type_enum.py +2 -2
  36. cosmotech_api/models/dataset_part_update_request.py +1 -1
  37. cosmotech_api/models/dataset_role.py +1 -1
  38. cosmotech_api/models/dataset_search.py +1 -1
  39. cosmotech_api/models/dataset_security.py +1 -1
  40. cosmotech_api/models/dataset_source_type.py +1 -1
  41. cosmotech_api/models/dataset_twin_graph_hash.py +1 -1
  42. cosmotech_api/models/dataset_twin_graph_info.py +1 -1
  43. cosmotech_api/models/dataset_twin_graph_query.py +1 -1
  44. cosmotech_api/models/dataset_update_request.py +1 -1
  45. cosmotech_api/models/delete_historical_data.py +1 -1
  46. cosmotech_api/models/edit_info.py +1 -1
  47. cosmotech_api/models/file_upload_metadata.py +1 -1
  48. cosmotech_api/models/file_upload_validation.py +1 -1
  49. cosmotech_api/models/graph_properties.py +1 -1
  50. cosmotech_api/models/ingestion_status_enum.py +1 -1
  51. cosmotech_api/models/io_types_enum.py +1 -1
  52. cosmotech_api/models/last_run_info.py +1 -1
  53. cosmotech_api/models/organization.py +1 -1
  54. cosmotech_api/models/organization_access_control.py +1 -1
  55. cosmotech_api/models/organization_create_request.py +1 -1
  56. cosmotech_api/models/organization_edit_info.py +1 -1
  57. cosmotech_api/models/organization_role.py +1 -1
  58. cosmotech_api/models/organization_security.py +1 -1
  59. cosmotech_api/models/organization_service.py +1 -1
  60. cosmotech_api/models/organization_services.py +1 -1
  61. cosmotech_api/models/organization_update_request.py +1 -1
  62. cosmotech_api/models/query_result.py +1 -1
  63. cosmotech_api/models/resource_size_info.py +1 -1
  64. cosmotech_api/models/run.py +1 -1
  65. cosmotech_api/models/run_container.py +1 -1
  66. cosmotech_api/models/run_container_artifact.py +1 -1
  67. cosmotech_api/models/run_container_logs.py +1 -1
  68. cosmotech_api/models/run_data.py +2 -2
  69. cosmotech_api/models/run_data_query.py +1 -1
  70. cosmotech_api/models/run_edit_info.py +1 -1
  71. cosmotech_api/models/run_logs.py +1 -1
  72. cosmotech_api/models/run_logs_entry.py +1 -1
  73. cosmotech_api/models/run_resource_requested.py +1 -1
  74. cosmotech_api/models/run_search.py +1 -1
  75. cosmotech_api/models/run_search_state.py +1 -1
  76. cosmotech_api/models/run_start_containers.py +1 -1
  77. cosmotech_api/models/run_state.py +1 -1
  78. cosmotech_api/models/run_status.py +1 -1
  79. cosmotech_api/models/run_status_node.py +1 -1
  80. cosmotech_api/models/run_template.py +1 -1
  81. cosmotech_api/models/run_template_create_request.py +1 -1
  82. cosmotech_api/models/run_template_handler_id.py +1 -1
  83. cosmotech_api/models/run_template_orchestrator.py +1 -1
  84. cosmotech_api/models/run_template_parameter.py +1 -1
  85. cosmotech_api/models/run_template_parameter_create_request.py +1 -1
  86. cosmotech_api/models/run_template_parameter_group.py +1 -1
  87. cosmotech_api/models/run_template_parameter_group_create_request.py +1 -1
  88. cosmotech_api/models/run_template_parameter_group_update_request.py +1 -1
  89. cosmotech_api/models/run_template_parameter_update_request.py +1 -1
  90. cosmotech_api/models/run_template_parameter_value.py +1 -1
  91. cosmotech_api/models/run_template_resource_sizing.py +1 -1
  92. cosmotech_api/models/run_template_step_source.py +1 -1
  93. cosmotech_api/models/run_template_update_request.py +1 -1
  94. cosmotech_api/models/runner.py +8 -4
  95. cosmotech_api/models/runner_access_control.py +1 -1
  96. cosmotech_api/models/runner_changed_parameter_value.py +1 -1
  97. cosmotech_api/models/runner_comparison_result.py +1 -1
  98. cosmotech_api/models/runner_create_request.py +1 -9
  99. cosmotech_api/models/runner_data_download_info.py +1 -1
  100. cosmotech_api/models/runner_data_download_job.py +1 -1
  101. cosmotech_api/models/runner_datasets.py +92 -0
  102. cosmotech_api/models/runner_edit_info.py +1 -1
  103. cosmotech_api/models/runner_job_state.py +1 -1
  104. cosmotech_api/models/runner_last_run.py +1 -1
  105. cosmotech_api/models/runner_parent_last_run.py +1 -1
  106. cosmotech_api/models/runner_resource_sizing.py +1 -1
  107. cosmotech_api/models/runner_role.py +1 -1
  108. cosmotech_api/models/runner_root_last_run.py +1 -1
  109. cosmotech_api/models/runner_run_template_parameter_value.py +1 -3
  110. cosmotech_api/models/runner_security.py +1 -1
  111. cosmotech_api/models/runner_update_request.py +1 -5
  112. cosmotech_api/models/runner_validation_status.py +1 -1
  113. cosmotech_api/models/scenario.py +1 -1
  114. cosmotech_api/models/scenario_access_control.py +1 -1
  115. cosmotech_api/models/scenario_changed_parameter_value.py +1 -1
  116. cosmotech_api/models/scenario_comparison_result.py +1 -1
  117. cosmotech_api/models/scenario_data_download_info.py +1 -1
  118. cosmotech_api/models/scenario_data_download_job.py +1 -1
  119. cosmotech_api/models/scenario_job_state.py +1 -1
  120. cosmotech_api/models/scenario_last_run.py +1 -1
  121. cosmotech_api/models/scenario_resource_sizing.py +1 -1
  122. cosmotech_api/models/scenario_role.py +1 -1
  123. cosmotech_api/models/scenario_run.py +1 -1
  124. cosmotech_api/models/scenario_run_container.py +1 -1
  125. cosmotech_api/models/scenario_run_container_artifact.py +1 -1
  126. cosmotech_api/models/scenario_run_container_logs.py +1 -1
  127. cosmotech_api/models/scenario_run_logs.py +1 -1
  128. cosmotech_api/models/scenario_run_resource_requested.py +1 -1
  129. cosmotech_api/models/scenario_run_search.py +1 -1
  130. cosmotech_api/models/scenario_run_search_state.py +1 -1
  131. cosmotech_api/models/scenario_run_start_containers.py +1 -1
  132. cosmotech_api/models/scenario_run_state.py +1 -1
  133. cosmotech_api/models/scenario_run_status.py +1 -1
  134. cosmotech_api/models/scenario_run_status_node.py +1 -1
  135. cosmotech_api/models/scenario_run_template_parameter_value.py +1 -1
  136. cosmotech_api/models/scenario_security.py +1 -1
  137. cosmotech_api/models/scenario_validation_status.py +1 -1
  138. cosmotech_api/models/send_run_data_request.py +5 -5
  139. cosmotech_api/models/solution.py +1 -1
  140. cosmotech_api/models/solution_access_control.py +1 -1
  141. cosmotech_api/models/solution_create_request.py +1 -1
  142. cosmotech_api/models/solution_edit_info.py +1 -1
  143. cosmotech_api/models/solution_file.py +1 -1
  144. cosmotech_api/models/solution_role.py +1 -1
  145. cosmotech_api/models/solution_security.py +1 -1
  146. cosmotech_api/models/solution_update_request.py +1 -1
  147. cosmotech_api/models/source_info.py +1 -1
  148. cosmotech_api/models/sub_dataset_graph_query.py +1 -1
  149. cosmotech_api/models/twin_graph_batch_result.py +1 -1
  150. cosmotech_api/models/twin_graph_hash.py +1 -1
  151. cosmotech_api/models/twin_graph_query.py +1 -1
  152. cosmotech_api/models/twincache_status_enum.py +1 -1
  153. cosmotech_api/models/validator.py +1 -1
  154. cosmotech_api/models/workspace.py +1 -1
  155. cosmotech_api/models/workspace_access_control.py +1 -1
  156. cosmotech_api/models/workspace_create_request.py +1 -1
  157. cosmotech_api/models/workspace_edit_info.py +1 -1
  158. cosmotech_api/models/workspace_file.py +1 -1
  159. cosmotech_api/models/workspace_role.py +1 -1
  160. cosmotech_api/models/workspace_secret.py +1 -1
  161. cosmotech_api/models/workspace_security.py +1 -1
  162. cosmotech_api/models/workspace_solution.py +16 -2
  163. cosmotech_api/models/workspace_update_request.py +1 -1
  164. cosmotech_api/models/workspace_web_app.py +1 -1
  165. cosmotech_api/rest.py +1 -1
  166. {cosmotech_api-5.0.0b4.dist-info → cosmotech_api-5.0.0b6.dist-info}/METADATA +1 -1
  167. cosmotech_api-5.0.0b6.dist-info/RECORD +295 -0
  168. cosmotech_api-5.0.0b4.dist-info/RECORD +0 -294
  169. {cosmotech_api-5.0.0b4.dist-info → cosmotech_api-5.0.0b6.dist-info}/WHEEL +0 -0
  170. {cosmotech_api-5.0.0b4.dist-info → cosmotech_api-5.0.0b6.dist-info}/licenses/LICENSE +0 -0
  171. {cosmotech_api-5.0.0b4.dist-info → cosmotech_api-5.0.0b6.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 3.3.4
8
+ The version of the OpenAPI document: 3.3.5
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -510,7 +510,7 @@ class Configuration:
510
510
  return "Python SDK Debug Report:\n"\
511
511
  "OS: {env}\n"\
512
512
  "Python Version: {pyversion}\n"\
513
- "Version of the API: 5.0.0-beta4\n"\
513
+ "Version of the API: 5.0.0-beta6\n"\
514
514
  "SDK Package Version: 1.0.0".\
515
515
  format(env=sys.platform, pyversion=sys.version)
516
516
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  Cosmo Tech Platform API
8
8
 
9
- The version of the OpenAPI document: 5.0.0-beta4
9
+ The version of the OpenAPI document: 5.0.0-beta6
10
10
  Contact: platform@cosmotech.com
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
@@ -41,12 +41,9 @@ from cosmotech_api.models.organization_edit_info import OrganizationEditInfo
41
41
  from cosmotech_api.models.organization_role import OrganizationRole
42
42
  from cosmotech_api.models.organization_security import OrganizationSecurity
43
43
  from cosmotech_api.models.organization_update_request import OrganizationUpdateRequest
44
- from cosmotech_api.models.query_result import QueryResult
45
44
  from cosmotech_api.models.resource_size_info import ResourceSizeInfo
46
45
  from cosmotech_api.models.run import Run
47
46
  from cosmotech_api.models.run_container import RunContainer
48
- from cosmotech_api.models.run_data import RunData
49
- from cosmotech_api.models.run_data_query import RunDataQuery
50
47
  from cosmotech_api.models.run_edit_info import RunEditInfo
51
48
  from cosmotech_api.models.run_resource_requested import RunResourceRequested
52
49
  from cosmotech_api.models.run_state import RunState
@@ -66,6 +63,7 @@ from cosmotech_api.models.run_template_update_request import RunTemplateUpdateRe
66
63
  from cosmotech_api.models.runner import Runner
67
64
  from cosmotech_api.models.runner_access_control import RunnerAccessControl
68
65
  from cosmotech_api.models.runner_create_request import RunnerCreateRequest
66
+ from cosmotech_api.models.runner_datasets import RunnerDatasets
69
67
  from cosmotech_api.models.runner_edit_info import RunnerEditInfo
70
68
  from cosmotech_api.models.runner_resource_sizing import RunnerResourceSizing
71
69
  from cosmotech_api.models.runner_role import RunnerRole
@@ -73,12 +71,10 @@ from cosmotech_api.models.runner_run_template_parameter_value import RunnerRunTe
73
71
  from cosmotech_api.models.runner_security import RunnerSecurity
74
72
  from cosmotech_api.models.runner_update_request import RunnerUpdateRequest
75
73
  from cosmotech_api.models.runner_validation_status import RunnerValidationStatus
76
- from cosmotech_api.models.send_run_data_request import SendRunDataRequest
77
74
  from cosmotech_api.models.solution import Solution
78
75
  from cosmotech_api.models.solution_access_control import SolutionAccessControl
79
76
  from cosmotech_api.models.solution_create_request import SolutionCreateRequest
80
77
  from cosmotech_api.models.solution_edit_info import SolutionEditInfo
81
- from cosmotech_api.models.solution_file import SolutionFile
82
78
  from cosmotech_api.models.solution_role import SolutionRole
83
79
  from cosmotech_api.models.solution_security import SolutionSecurity
84
80
  from cosmotech_api.models.solution_update_request import SolutionUpdateRequest
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.1-SNAPSHOT
8
+ The version of the OpenAPI document: 4.2.1-onprem
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.1-SNAPSHOT
8
+ The version of the OpenAPI document: 4.2.1-onprem
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.1-SNAPSHOT
8
+ The version of the OpenAPI document: 4.2.1-onprem
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.1-SNAPSHOT
8
+ The version of the OpenAPI document: 4.2.1-onprem
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.1-SNAPSHOT
8
+ The version of the OpenAPI document: 4.2.1-onprem
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.1-SNAPSHOT
8
+ The version of the OpenAPI document: 4.2.1-onprem
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -118,7 +118,7 @@ class DatasetPart(BaseModel):
118
118
  "sourceName": obj.get("sourceName"),
119
119
  "description": obj.get("description"),
120
120
  "tags": obj.get("tags"),
121
- "type": obj.get("type") if obj.get("type") is not None else DatasetPartTypeEnum.RELATIONAL,
121
+ "type": obj.get("type") if obj.get("type") is not None else DatasetPartTypeEnum.FILE,
122
122
  "organizationId": obj.get("organizationId"),
123
123
  "workspaceId": obj.get("workspaceId"),
124
124
  "datasetId": obj.get("datasetId"),
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -33,7 +33,7 @@ class DatasetPartCreateRequest(BaseModel):
33
33
  source_name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="the source data name (e.g. filename associated to the dataset part)", alias="sourceName")
34
34
  description: Optional[StrictStr] = None
35
35
  tags: Optional[List[StrictStr]] = None
36
- type: Optional[DatasetPartTypeEnum] = DatasetPartTypeEnum.RELATIONAL
36
+ type: Optional[DatasetPartTypeEnum] = DatasetPartTypeEnum.FILE
37
37
  __properties: ClassVar[List[str]] = ["name", "sourceName", "description", "tags", "type"]
38
38
 
39
39
  model_config = ConfigDict(
@@ -91,7 +91,7 @@ class DatasetPartCreateRequest(BaseModel):
91
91
  "sourceName": obj.get("sourceName"),
92
92
  "description": obj.get("description"),
93
93
  "tags": obj.get("tags"),
94
- "type": obj.get("type") if obj.get("type") is not None else DatasetPartTypeEnum.RELATIONAL
94
+ "type": obj.get("type") if obj.get("type") is not None else DatasetPartTypeEnum.FILE
95
95
  })
96
96
  return _obj
97
97
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -28,7 +28,7 @@ class DatasetPartTypeEnum(str, Enum):
28
28
  allowed enum values
29
29
  """
30
30
  FILE = 'File'
31
- RELATIONAL = 'Relational'
31
+ DB = 'DB'
32
32
 
33
33
  @classmethod
34
34
  def from_json(cls, json_str: str) -> Self:
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.1-SNAPSHOT
8
+ The version of the OpenAPI document: 4.2.1-onprem
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.1-SNAPSHOT
8
+ The version of the OpenAPI document: 4.2.1-onprem
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.1-SNAPSHOT
8
+ The version of the OpenAPI document: 4.2.1-onprem
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.1-SNAPSHOT
8
+ The version of the OpenAPI document: 4.2.1-onprem
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.1-SNAPSHOT
8
+ The version of the OpenAPI document: 4.2.1-onprem
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 4.1.3-onprem
8
+ The version of the OpenAPI document: 4.2.1-onprem
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.1-SNAPSHOT
8
+ The version of the OpenAPI document: 4.2.1-onprem
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.1-SNAPSHOT
8
+ The version of the OpenAPI document: 4.2.1-onprem
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.1-SNAPSHOT
8
+ The version of the OpenAPI document: 4.2.1-onprem
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.1-SNAPSHOT
8
+ The version of the OpenAPI document: 4.2.1-onprem
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.1-SNAPSHOT
8
+ The version of the OpenAPI document: 4.2.1-onprem
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 3.3.4
8
+ The version of the OpenAPI document: 3.3.5
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 3.3.4
8
+ The version of the OpenAPI document: 3.3.5
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
8
+ The version of the OpenAPI document: 4.2.1-onprem
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta4
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