terra-scientific-pipelines-service-api-client 0.1.10__tar.gz → 0.1.12__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 terra-scientific-pipelines-service-api-client might be problematic. Click here for more details.
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/PKG-INFO +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/README.md +2 -2
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/pyproject.toml +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/setup.py +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/__init__.py +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/api/jobs_api.py +6 -6
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/api/pipeline_runs_api.py +7 -22
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/api_client.py +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/configuration.py +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/pipeline_run.py +10 -6
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/terra_scientific_pipelines_service_api_client.egg-info/PKG-INFO +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_get_pipeline_runs_response.py +3 -1
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_pipeline_run.py +6 -2
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/setup.cfg +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/api/__init__.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/api/admin_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/api/pipelines_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/api/public_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/api/quotas_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/api_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/exceptions.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/__init__.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/admin_pipeline.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/admin_quota.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/async_pipeline_run_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/error_report.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/get_jobs_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/get_pipeline_runs_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/get_pipelines_result.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/job_control.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/job_report.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/job_result.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/pipeline.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/pipeline_run_report.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/pipeline_user_provided_input_definition.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/pipeline_with_details.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/prepare_pipeline_run_request_body.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/prepare_pipeline_run_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/quota_with_details.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/start_pipeline_run_request_body.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/system_status.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/system_status_systems_value.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/update_pipeline_request_body.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/update_quota_limit_request_body.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/models/version_properties.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/py.typed +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/teaspoons_client/rest.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/terra_scientific_pipelines_service_api_client.egg-info/SOURCES.txt +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/terra_scientific_pipelines_service_api_client.egg-info/dependency_links.txt +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/terra_scientific_pipelines_service_api_client.egg-info/requires.txt +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/terra_scientific_pipelines_service_api_client.egg-info/top_level.txt +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_admin_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_admin_pipeline.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_admin_quota.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_async_pipeline_run_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_error_report.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_get_jobs_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_get_pipelines_result.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_job_control.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_job_report.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_job_result.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_jobs_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_pipeline.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_pipeline_run_report.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_pipeline_runs_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_pipeline_user_provided_input_definition.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_pipeline_with_details.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_pipelines_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_prepare_pipeline_run_request_body.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_prepare_pipeline_run_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_public_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_quota_with_details.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_quotas_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_start_pipeline_run_request_body.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_system_status.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_system_status_systems_value.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_update_pipeline_request_body.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_update_quota_limit_request_body.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.10 → terra_scientific_pipelines_service_api_client-0.1.12}/test/test_version_properties.py +0 -0
|
@@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
|
|
|
4
4
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
5
5
|
|
|
6
6
|
- API version: 1.0.0
|
|
7
|
-
- Package version: 0.1.
|
|
7
|
+
- Package version: 0.1.12
|
|
8
8
|
- Generator version: 7.9.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
|
|
@@ -103,7 +103,7 @@ Class | Method | HTTP request | Description
|
|
|
103
103
|
*JobsApi* | [**get_all_jobs**](docs/JobsApi.md#get_all_jobs) | **GET** /api/job/v1/jobs | Return a list of all jobs the caller has access to
|
|
104
104
|
*JobsApi* | [**get_job**](docs/JobsApi.md#get_job) | **GET** /api/job/v1/jobs/{jobId} | Retrieve a specified job
|
|
105
105
|
*PipelineRunsApi* | [**get_all_pipeline_runs**](docs/PipelineRunsApi.md#get_all_pipeline_runs) | **GET** /api/pipelineruns/v1/pipelineruns | Return a paginated list of all pipeline runs the caller has access to
|
|
106
|
-
*PipelineRunsApi* | [**get_pipeline_run_result**](docs/PipelineRunsApi.md#get_pipeline_run_result) | **GET** /api/pipelineruns/v1/
|
|
106
|
+
*PipelineRunsApi* | [**get_pipeline_run_result**](docs/PipelineRunsApi.md#get_pipeline_run_result) | **GET** /api/pipelineruns/v1/result/{jobId} | Retrieve result for a specified pipeline run
|
|
107
107
|
*PipelineRunsApi* | [**prepare_pipeline_run**](docs/PipelineRunsApi.md#prepare_pipeline_run) | **POST** /api/pipelineruns/v1/{pipelineName}/prepare | Prepare a new pipeline run
|
|
108
108
|
*PipelineRunsApi* | [**start_pipeline_run**](docs/PipelineRunsApi.md#start_pipeline_run) | **POST** /api/pipelineruns/v1/{pipelineName}/start | Start a prepared pipeline run
|
|
109
109
|
*PipelinesApi* | [**get_pipeline_details**](docs/PipelinesApi.md#get_pipeline_details) | **GET** /api/pipelines/v1/{pipelineName} | Return info about the specified pipeline
|
|
@@ -21,7 +21,7 @@ from setuptools import setup, find_packages # noqa: H301
|
|
|
21
21
|
# prerequisite: setuptools
|
|
22
22
|
# http://pypi.python.org/pypi/setuptools
|
|
23
23
|
NAME = "terra-scientific-pipelines-service-api-client"
|
|
24
|
-
VERSION = "0.1.
|
|
24
|
+
VERSION = "0.1.12"
|
|
25
25
|
PYTHON_REQUIRES = ">= 3.8"
|
|
26
26
|
REQUIRES = [
|
|
27
27
|
"urllib3 >= 1.25.3, < 3.0.0",
|
|
@@ -43,7 +43,7 @@ class JobsApi:
|
|
|
43
43
|
@validate_call
|
|
44
44
|
def get_all_jobs(
|
|
45
45
|
self,
|
|
46
|
-
limit: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="The maximum number of items to return. Default 10")] = None,
|
|
46
|
+
limit: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="The maximum number of items to return. Default 10. Max 100.")] = None,
|
|
47
47
|
page_token: Annotated[Optional[StrictStr], Field(description="A previously returned page token describing where to resume an enumeration.")] = None,
|
|
48
48
|
_request_timeout: Union[
|
|
49
49
|
None,
|
|
@@ -61,7 +61,7 @@ class JobsApi:
|
|
|
61
61
|
"""Return a list of all jobs the caller has access to
|
|
62
62
|
|
|
63
63
|
|
|
64
|
-
:param limit: The maximum number of items to return. Default 10
|
|
64
|
+
:param limit: The maximum number of items to return. Default 10. Max 100.
|
|
65
65
|
:type limit: int
|
|
66
66
|
:param page_token: A previously returned page token describing where to resume an enumeration.
|
|
67
67
|
:type page_token: str
|
|
@@ -114,7 +114,7 @@ class JobsApi:
|
|
|
114
114
|
@validate_call
|
|
115
115
|
def get_all_jobs_with_http_info(
|
|
116
116
|
self,
|
|
117
|
-
limit: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="The maximum number of items to return. Default 10")] = None,
|
|
117
|
+
limit: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="The maximum number of items to return. Default 10. Max 100.")] = None,
|
|
118
118
|
page_token: Annotated[Optional[StrictStr], Field(description="A previously returned page token describing where to resume an enumeration.")] = None,
|
|
119
119
|
_request_timeout: Union[
|
|
120
120
|
None,
|
|
@@ -132,7 +132,7 @@ class JobsApi:
|
|
|
132
132
|
"""Return a list of all jobs the caller has access to
|
|
133
133
|
|
|
134
134
|
|
|
135
|
-
:param limit: The maximum number of items to return. Default 10
|
|
135
|
+
:param limit: The maximum number of items to return. Default 10. Max 100.
|
|
136
136
|
:type limit: int
|
|
137
137
|
:param page_token: A previously returned page token describing where to resume an enumeration.
|
|
138
138
|
:type page_token: str
|
|
@@ -185,7 +185,7 @@ class JobsApi:
|
|
|
185
185
|
@validate_call
|
|
186
186
|
def get_all_jobs_without_preload_content(
|
|
187
187
|
self,
|
|
188
|
-
limit: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="The maximum number of items to return. Default 10")] = None,
|
|
188
|
+
limit: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="The maximum number of items to return. Default 10. Max 100.")] = None,
|
|
189
189
|
page_token: Annotated[Optional[StrictStr], Field(description="A previously returned page token describing where to resume an enumeration.")] = None,
|
|
190
190
|
_request_timeout: Union[
|
|
191
191
|
None,
|
|
@@ -203,7 +203,7 @@ class JobsApi:
|
|
|
203
203
|
"""Return a list of all jobs the caller has access to
|
|
204
204
|
|
|
205
205
|
|
|
206
|
-
:param limit: The maximum number of items to return. Default 10
|
|
206
|
+
:param limit: The maximum number of items to return. Default 10. Max 100.
|
|
207
207
|
:type limit: int
|
|
208
208
|
:param page_token: A previously returned page token describing where to resume an enumeration.
|
|
209
209
|
:type page_token: str
|
|
@@ -46,7 +46,7 @@ class PipelineRunsApi:
|
|
|
46
46
|
@validate_call
|
|
47
47
|
def get_all_pipeline_runs(
|
|
48
48
|
self,
|
|
49
|
-
limit: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="The maximum number of items to return. Default 10")] = None,
|
|
49
|
+
limit: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="The maximum number of items to return. Default 10. Max 100.")] = None,
|
|
50
50
|
page_token: Annotated[Optional[StrictStr], Field(description="A previously returned page token describing where to resume an enumeration.")] = None,
|
|
51
51
|
_request_timeout: Union[
|
|
52
52
|
None,
|
|
@@ -64,7 +64,7 @@ class PipelineRunsApi:
|
|
|
64
64
|
"""Return a paginated list of all pipeline runs the caller has access to
|
|
65
65
|
|
|
66
66
|
|
|
67
|
-
:param limit: The maximum number of items to return. Default 10
|
|
67
|
+
:param limit: The maximum number of items to return. Default 10. Max 100.
|
|
68
68
|
:type limit: int
|
|
69
69
|
:param page_token: A previously returned page token describing where to resume an enumeration.
|
|
70
70
|
:type page_token: str
|
|
@@ -117,7 +117,7 @@ class PipelineRunsApi:
|
|
|
117
117
|
@validate_call
|
|
118
118
|
def get_all_pipeline_runs_with_http_info(
|
|
119
119
|
self,
|
|
120
|
-
limit: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="The maximum number of items to return. Default 10")] = None,
|
|
120
|
+
limit: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="The maximum number of items to return. Default 10. Max 100.")] = None,
|
|
121
121
|
page_token: Annotated[Optional[StrictStr], Field(description="A previously returned page token describing where to resume an enumeration.")] = None,
|
|
122
122
|
_request_timeout: Union[
|
|
123
123
|
None,
|
|
@@ -135,7 +135,7 @@ class PipelineRunsApi:
|
|
|
135
135
|
"""Return a paginated list of all pipeline runs the caller has access to
|
|
136
136
|
|
|
137
137
|
|
|
138
|
-
:param limit: The maximum number of items to return. Default 10
|
|
138
|
+
:param limit: The maximum number of items to return. Default 10. Max 100.
|
|
139
139
|
:type limit: int
|
|
140
140
|
:param page_token: A previously returned page token describing where to resume an enumeration.
|
|
141
141
|
:type page_token: str
|
|
@@ -188,7 +188,7 @@ class PipelineRunsApi:
|
|
|
188
188
|
@validate_call
|
|
189
189
|
def get_all_pipeline_runs_without_preload_content(
|
|
190
190
|
self,
|
|
191
|
-
limit: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="The maximum number of items to return. Default 10")] = None,
|
|
191
|
+
limit: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="The maximum number of items to return. Default 10. Max 100.")] = None,
|
|
192
192
|
page_token: Annotated[Optional[StrictStr], Field(description="A previously returned page token describing where to resume an enumeration.")] = None,
|
|
193
193
|
_request_timeout: Union[
|
|
194
194
|
None,
|
|
@@ -206,7 +206,7 @@ class PipelineRunsApi:
|
|
|
206
206
|
"""Return a paginated list of all pipeline runs the caller has access to
|
|
207
207
|
|
|
208
208
|
|
|
209
|
-
:param limit: The maximum number of items to return. Default 10
|
|
209
|
+
:param limit: The maximum number of items to return. Default 10. Max 100.
|
|
210
210
|
:type limit: int
|
|
211
211
|
:param page_token: A previously returned page token describing where to resume an enumeration.
|
|
212
212
|
:type page_token: str
|
|
@@ -327,7 +327,6 @@ class PipelineRunsApi:
|
|
|
327
327
|
@validate_call
|
|
328
328
|
def get_pipeline_run_result(
|
|
329
329
|
self,
|
|
330
|
-
pipeline_name: Annotated[StrictStr, Field(description="A string identifier to used to identify a pipeline in the service.")],
|
|
331
330
|
job_id: Annotated[StrictStr, Field(description="A UUID identifier for a pipelines job")],
|
|
332
331
|
_request_timeout: Union[
|
|
333
332
|
None,
|
|
@@ -345,8 +344,6 @@ class PipelineRunsApi:
|
|
|
345
344
|
"""Retrieve result for a specified pipeline run
|
|
346
345
|
|
|
347
346
|
|
|
348
|
-
:param pipeline_name: A string identifier to used to identify a pipeline in the service. (required)
|
|
349
|
-
:type pipeline_name: str
|
|
350
347
|
:param job_id: A UUID identifier for a pipelines job (required)
|
|
351
348
|
:type job_id: str
|
|
352
349
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -372,7 +369,6 @@ class PipelineRunsApi:
|
|
|
372
369
|
""" # noqa: E501
|
|
373
370
|
|
|
374
371
|
_param = self._get_pipeline_run_result_serialize(
|
|
375
|
-
pipeline_name=pipeline_name,
|
|
376
372
|
job_id=job_id,
|
|
377
373
|
_request_auth=_request_auth,
|
|
378
374
|
_content_type=_content_type,
|
|
@@ -402,7 +398,6 @@ class PipelineRunsApi:
|
|
|
402
398
|
@validate_call
|
|
403
399
|
def get_pipeline_run_result_with_http_info(
|
|
404
400
|
self,
|
|
405
|
-
pipeline_name: Annotated[StrictStr, Field(description="A string identifier to used to identify a pipeline in the service.")],
|
|
406
401
|
job_id: Annotated[StrictStr, Field(description="A UUID identifier for a pipelines job")],
|
|
407
402
|
_request_timeout: Union[
|
|
408
403
|
None,
|
|
@@ -420,8 +415,6 @@ class PipelineRunsApi:
|
|
|
420
415
|
"""Retrieve result for a specified pipeline run
|
|
421
416
|
|
|
422
417
|
|
|
423
|
-
:param pipeline_name: A string identifier to used to identify a pipeline in the service. (required)
|
|
424
|
-
:type pipeline_name: str
|
|
425
418
|
:param job_id: A UUID identifier for a pipelines job (required)
|
|
426
419
|
:type job_id: str
|
|
427
420
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -447,7 +440,6 @@ class PipelineRunsApi:
|
|
|
447
440
|
""" # noqa: E501
|
|
448
441
|
|
|
449
442
|
_param = self._get_pipeline_run_result_serialize(
|
|
450
|
-
pipeline_name=pipeline_name,
|
|
451
443
|
job_id=job_id,
|
|
452
444
|
_request_auth=_request_auth,
|
|
453
445
|
_content_type=_content_type,
|
|
@@ -477,7 +469,6 @@ class PipelineRunsApi:
|
|
|
477
469
|
@validate_call
|
|
478
470
|
def get_pipeline_run_result_without_preload_content(
|
|
479
471
|
self,
|
|
480
|
-
pipeline_name: Annotated[StrictStr, Field(description="A string identifier to used to identify a pipeline in the service.")],
|
|
481
472
|
job_id: Annotated[StrictStr, Field(description="A UUID identifier for a pipelines job")],
|
|
482
473
|
_request_timeout: Union[
|
|
483
474
|
None,
|
|
@@ -495,8 +486,6 @@ class PipelineRunsApi:
|
|
|
495
486
|
"""Retrieve result for a specified pipeline run
|
|
496
487
|
|
|
497
488
|
|
|
498
|
-
:param pipeline_name: A string identifier to used to identify a pipeline in the service. (required)
|
|
499
|
-
:type pipeline_name: str
|
|
500
489
|
:param job_id: A UUID identifier for a pipelines job (required)
|
|
501
490
|
:type job_id: str
|
|
502
491
|
:param _request_timeout: timeout setting for this request. If one
|
|
@@ -522,7 +511,6 @@ class PipelineRunsApi:
|
|
|
522
511
|
""" # noqa: E501
|
|
523
512
|
|
|
524
513
|
_param = self._get_pipeline_run_result_serialize(
|
|
525
|
-
pipeline_name=pipeline_name,
|
|
526
514
|
job_id=job_id,
|
|
527
515
|
_request_auth=_request_auth,
|
|
528
516
|
_content_type=_content_type,
|
|
@@ -547,7 +535,6 @@ class PipelineRunsApi:
|
|
|
547
535
|
|
|
548
536
|
def _get_pipeline_run_result_serialize(
|
|
549
537
|
self,
|
|
550
|
-
pipeline_name,
|
|
551
538
|
job_id,
|
|
552
539
|
_request_auth,
|
|
553
540
|
_content_type,
|
|
@@ -570,8 +557,6 @@ class PipelineRunsApi:
|
|
|
570
557
|
_body_params: Optional[bytes] = None
|
|
571
558
|
|
|
572
559
|
# process the path parameters
|
|
573
|
-
if pipeline_name is not None:
|
|
574
|
-
_path_params['pipelineName'] = pipeline_name
|
|
575
560
|
if job_id is not None:
|
|
576
561
|
_path_params['jobId'] = job_id
|
|
577
562
|
# process the query parameters
|
|
@@ -597,7 +582,7 @@ class PipelineRunsApi:
|
|
|
597
582
|
|
|
598
583
|
return self.api_client.param_serialize(
|
|
599
584
|
method='GET',
|
|
600
|
-
resource_path='/api/pipelineruns/v1/
|
|
585
|
+
resource_path='/api/pipelineruns/v1/result/{jobId}',
|
|
601
586
|
path_params=_path_params,
|
|
602
587
|
query_params=_query_params,
|
|
603
588
|
header_params=_header_params,
|
|
@@ -90,7 +90,7 @@ class ApiClient:
|
|
|
90
90
|
self.default_headers[header_name] = header_value
|
|
91
91
|
self.cookie = cookie
|
|
92
92
|
# Set default User-Agent.
|
|
93
|
-
self.user_agent = 'terra-scientific-pipelines-service-api-client/0.1.
|
|
93
|
+
self.user_agent = 'terra-scientific-pipelines-service-api-client/0.1.12/python'
|
|
94
94
|
self.client_side_validation = configuration.client_side_validation
|
|
95
95
|
|
|
96
96
|
def __enter__(self):
|
|
@@ -399,7 +399,7 @@ class Configuration:
|
|
|
399
399
|
"OS: {env}\n"\
|
|
400
400
|
"Python Version: {pyversion}\n"\
|
|
401
401
|
"Version of the API: 1.0.0\n"\
|
|
402
|
-
"SDK Package Version: 0.1.
|
|
402
|
+
"SDK Package Version: 0.1.12".\
|
|
403
403
|
format(env=sys.platform, pyversion=sys.version)
|
|
404
404
|
|
|
405
405
|
def get_host_settings(self):
|
|
@@ -24,12 +24,14 @@ from typing_extensions import Self
|
|
|
24
24
|
|
|
25
25
|
class PipelineRun(BaseModel):
|
|
26
26
|
"""
|
|
27
|
-
Object containing the job id, status,
|
|
27
|
+
Object containing the job id, status, user-provided description, time submitted, and (if run is complete) time completed of a Pipeline Run.
|
|
28
28
|
""" # noqa: E501
|
|
29
|
-
job_id:
|
|
30
|
-
status:
|
|
31
|
-
description: StrictStr = Field(description="The user-provided description for the pipeline run. ")
|
|
32
|
-
|
|
29
|
+
job_id: StrictStr = Field(description="Required unique identifier (UUID) for a job. ", alias="jobId")
|
|
30
|
+
status: StrictStr = Field(description="The current status of the pipeline run. ")
|
|
31
|
+
description: Optional[StrictStr] = Field(default=None, description="The user-provided description for the pipeline run. ")
|
|
32
|
+
time_submitted: StrictStr = Field(description="The time the job was submitted. ", alias="timeSubmitted")
|
|
33
|
+
time_completed: Optional[StrictStr] = Field(default=None, description="The time the job was completed. ", alias="timeCompleted")
|
|
34
|
+
__properties: ClassVar[List[str]] = ["jobId", "status", "description", "timeSubmitted", "timeCompleted"]
|
|
33
35
|
|
|
34
36
|
model_config = ConfigDict(
|
|
35
37
|
populate_by_name=True,
|
|
@@ -84,7 +86,9 @@ class PipelineRun(BaseModel):
|
|
|
84
86
|
_obj = cls.model_validate({
|
|
85
87
|
"jobId": obj.get("jobId"),
|
|
86
88
|
"status": obj.get("status"),
|
|
87
|
-
"description": obj.get("description")
|
|
89
|
+
"description": obj.get("description"),
|
|
90
|
+
"timeSubmitted": obj.get("timeSubmitted"),
|
|
91
|
+
"timeCompleted": obj.get("timeCompleted")
|
|
88
92
|
})
|
|
89
93
|
return _obj
|
|
90
94
|
|
|
@@ -37,11 +37,15 @@ class TestPipelineRun(unittest.TestCase):
|
|
|
37
37
|
return PipelineRun(
|
|
38
38
|
job_id = '',
|
|
39
39
|
status = '',
|
|
40
|
-
description = ''
|
|
40
|
+
description = '',
|
|
41
|
+
time_submitted = '',
|
|
42
|
+
time_completed = ''
|
|
41
43
|
)
|
|
42
44
|
else:
|
|
43
45
|
return PipelineRun(
|
|
44
|
-
|
|
46
|
+
job_id = '',
|
|
47
|
+
status = '',
|
|
48
|
+
time_submitted = '',
|
|
45
49
|
)
|
|
46
50
|
"""
|
|
47
51
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|