terra-scientific-pipelines-service-api-client 0.1.21__tar.gz → 0.1.22__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.21 → terra_scientific_pipelines_service_api_client-0.1.22}/PKG-INFO +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/README.md +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/pyproject.toml +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/setup.py +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/__init__.py +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/api_client.py +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/configuration.py +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/prepare_pipeline_run_request_body.py +4 -2
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/start_pipeline_run_request_body.py +3 -5
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/terra_scientific_pipelines_service_api_client.egg-info/PKG-INFO +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_prepare_pipeline_run_request_body.py +2 -1
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_start_pipeline_run_request_body.py +0 -1
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/setup.cfg +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/api/__init__.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/api/admin_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/api/jobs_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/api/pipeline_runs_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/api/pipelines_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/api/public_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/api/quotas_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/api_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/exceptions.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/__init__.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/admin_pipeline.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/admin_quota.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/async_pipeline_run_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/error_report.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/get_jobs_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/get_pipeline_details_request_body.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/get_pipeline_runs_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/get_pipelines_result.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/job_control.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/job_report.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/job_result.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/pipeline.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/pipeline_run.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/pipeline_run_report.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/pipeline_user_provided_input_definition.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/pipeline_with_details.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/prepare_pipeline_run_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/quota_with_details.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/system_status.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/system_status_systems_value.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/update_pipeline_request_body.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/update_quota_limit_request_body.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/models/version_properties.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/py.typed +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/teaspoons_client/rest.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/terra_scientific_pipelines_service_api_client.egg-info/SOURCES.txt +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/terra_scientific_pipelines_service_api_client.egg-info/dependency_links.txt +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/terra_scientific_pipelines_service_api_client.egg-info/requires.txt +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/terra_scientific_pipelines_service_api_client.egg-info/top_level.txt +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_admin_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_admin_pipeline.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_admin_quota.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_async_pipeline_run_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_error_report.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_get_jobs_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_get_pipeline_details_request_body.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_get_pipeline_runs_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_get_pipelines_result.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_job_control.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_job_report.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_job_result.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_jobs_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_pipeline.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_pipeline_run.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_pipeline_run_report.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_pipeline_runs_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_pipeline_user_provided_input_definition.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_pipeline_with_details.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_pipelines_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_prepare_pipeline_run_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_public_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_quota_with_details.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_quotas_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_system_status.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_system_status_systems_value.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_update_pipeline_request_body.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/test/test_update_quota_limit_request_body.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.21 → terra_scientific_pipelines_service_api_client-0.1.22}/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.22
|
|
8
8
|
- Generator version: 7.9.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
|
|
@@ -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.22"
|
|
25
25
|
PYTHON_REQUIRES = ">= 3.8"
|
|
26
26
|
REQUIRES = [
|
|
27
27
|
"urllib3 >= 1.25.3, < 3.0.0",
|
|
@@ -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.22/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.22".\
|
|
403
403
|
format(env=sys.platform, pyversion=sys.version)
|
|
404
404
|
|
|
405
405
|
def get_host_settings(self):
|
|
@@ -30,7 +30,8 @@ class PreparePipelineRunRequestBody(BaseModel):
|
|
|
30
30
|
pipeline_name: StrictStr = Field(description="The identifier string for the Pipeline. ", alias="pipelineName")
|
|
31
31
|
pipeline_version: Optional[StrictInt] = Field(default=None, description="An identifier Integer for the Pipeline Version. ", alias="pipelineVersion")
|
|
32
32
|
pipeline_inputs: Dict[str, Any] = Field(description="A map(string:object) of user-provided inputs for the Pipeline. ", alias="pipelineInputs")
|
|
33
|
-
|
|
33
|
+
description: Optional[StrictStr] = Field(default=None, description="The user-provided description for the pipeline run. ")
|
|
34
|
+
__properties: ClassVar[List[str]] = ["jobId", "pipelineName", "pipelineVersion", "pipelineInputs", "description"]
|
|
34
35
|
|
|
35
36
|
model_config = ConfigDict(
|
|
36
37
|
populate_by_name=True,
|
|
@@ -86,7 +87,8 @@ class PreparePipelineRunRequestBody(BaseModel):
|
|
|
86
87
|
"jobId": obj.get("jobId"),
|
|
87
88
|
"pipelineName": obj.get("pipelineName"),
|
|
88
89
|
"pipelineVersion": obj.get("pipelineVersion"),
|
|
89
|
-
"pipelineInputs": obj.get("pipelineInputs")
|
|
90
|
+
"pipelineInputs": obj.get("pipelineInputs"),
|
|
91
|
+
"description": obj.get("description")
|
|
90
92
|
})
|
|
91
93
|
return _obj
|
|
92
94
|
|
|
@@ -17,8 +17,8 @@ import pprint
|
|
|
17
17
|
import re # noqa: F401
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
|
-
from pydantic import BaseModel, ConfigDict, Field
|
|
21
|
-
from typing import Any, ClassVar, Dict, List
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field
|
|
21
|
+
from typing import Any, ClassVar, Dict, List
|
|
22
22
|
from teaspoons_client.models.job_control import JobControl
|
|
23
23
|
from typing import Optional, Set
|
|
24
24
|
from typing_extensions import Self
|
|
@@ -27,9 +27,8 @@ class StartPipelineRunRequestBody(BaseModel):
|
|
|
27
27
|
"""
|
|
28
28
|
Object containing the user-provided information defining a pipeline run request.
|
|
29
29
|
""" # noqa: E501
|
|
30
|
-
description: Optional[StrictStr] = Field(default=None, description="User-provided description of the pipeline run.")
|
|
31
30
|
job_control: JobControl = Field(alias="jobControl")
|
|
32
|
-
__properties: ClassVar[List[str]] = ["
|
|
31
|
+
__properties: ClassVar[List[str]] = ["jobControl"]
|
|
33
32
|
|
|
34
33
|
model_config = ConfigDict(
|
|
35
34
|
populate_by_name=True,
|
|
@@ -85,7 +84,6 @@ class StartPipelineRunRequestBody(BaseModel):
|
|
|
85
84
|
return cls.model_validate(obj)
|
|
86
85
|
|
|
87
86
|
_obj = cls.model_validate({
|
|
88
|
-
"description": obj.get("description"),
|
|
89
87
|
"jobControl": JobControl.from_dict(obj["jobControl"]) if obj.get("jobControl") is not None else None
|
|
90
88
|
})
|
|
91
89
|
return _obj
|
|
@@ -35,7 +35,6 @@ class TestStartPipelineRunRequestBody(unittest.TestCase):
|
|
|
35
35
|
model = StartPipelineRunRequestBody()
|
|
36
36
|
if include_optional:
|
|
37
37
|
return StartPipelineRunRequestBody(
|
|
38
|
-
description = '',
|
|
39
38
|
job_control = teaspoons_client.models.job_control.JobControl(
|
|
40
39
|
id = '', )
|
|
41
40
|
)
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|