terra-scientific-pipelines-service-api-client 0.1.38__tar.gz → 0.1.40__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.38 → terra_scientific_pipelines_service_api_client-0.1.40}/PKG-INFO +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/README.md +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/pyproject.toml +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/setup.py +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/__init__.py +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/api_client.py +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/configuration.py +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/admin_pipeline.py +3 -3
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/pipeline_run_report.py +3 -3
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/update_pipeline_request_body.py +3 -3
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/terra_scientific_pipelines_service_api_client.egg-info/PKG-INFO +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_admin_pipeline.py +2 -2
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_async_pipeline_run_response.py +2 -2
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_pipeline_run_report.py +2 -2
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_update_pipeline_request_body.py +2 -2
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/setup.cfg +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/api/__init__.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/api/admin_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/api/jobs_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/api/pipeline_runs_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/api/pipelines_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/api/public_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/api/quotas_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/api_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/exceptions.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/__init__.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/admin_quota.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/async_pipeline_run_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/error_report.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/get_jobs_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/get_pipeline_details_request_body.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/get_pipeline_runs_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/get_pipelines_result.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/job_control.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/job_report.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/job_result.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/pipeline.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/pipeline_run.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/pipeline_user_provided_input_definition.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/pipeline_with_details.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/prepare_pipeline_run_request_body.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/prepare_pipeline_run_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/quota_with_details.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/start_pipeline_run_request_body.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/system_status.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/system_status_systems_value.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/update_quota_limit_request_body.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/models/version_properties.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/py.typed +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/teaspoons_client/rest.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/terra_scientific_pipelines_service_api_client.egg-info/SOURCES.txt +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/terra_scientific_pipelines_service_api_client.egg-info/dependency_links.txt +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/terra_scientific_pipelines_service_api_client.egg-info/requires.txt +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/terra_scientific_pipelines_service_api_client.egg-info/top_level.txt +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_admin_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_admin_quota.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_error_report.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_get_jobs_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_get_pipeline_details_request_body.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_get_pipeline_runs_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_get_pipelines_result.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_job_control.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_job_report.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_job_result.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_jobs_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_pipeline.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_pipeline_run.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_pipeline_runs_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_pipeline_user_provided_input_definition.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_pipeline_with_details.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_pipelines_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_prepare_pipeline_run_request_body.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_prepare_pipeline_run_response.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_public_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_quota_with_details.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_quotas_api.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_start_pipeline_run_request_body.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_system_status.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_system_status_systems_value.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/test/test_update_quota_limit_request_body.py +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.38 → terra_scientific_pipelines_service_api_client-0.1.40}/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.40
|
|
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.40"
|
|
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.40/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.40".\
|
|
403
403
|
format(env=sys.platform, pyversion=sys.version)
|
|
404
404
|
|
|
405
405
|
def get_host_settings(self):
|
|
@@ -30,12 +30,12 @@ class AdminPipeline(BaseModel):
|
|
|
30
30
|
pipeline_version: StrictInt = Field(description="An identifier Integer for the Pipeline Version. ", alias="pipelineVersion")
|
|
31
31
|
display_name: StrictStr = Field(description="The display name for the Pipeline. ", alias="displayName")
|
|
32
32
|
description: StrictStr = Field(description="The description for the Pipeline. ")
|
|
33
|
-
|
|
33
|
+
tool_version: StrictStr = Field(description="An identifier string for the Pipeline Tool Version i.e. github repo tag/branch/release ", alias="toolVersion")
|
|
34
34
|
workspace_billing_project: StrictStr = Field(description="The Terra billing project of the workspace to run the pipeline in. ", alias="workspaceBillingProject")
|
|
35
35
|
workspace_name: StrictStr = Field(description="The name of the workspace to run the pipeline in. ", alias="workspaceName")
|
|
36
36
|
workspace_storage_container_name: StrictStr = Field(description="The name of the workspace storage container (e.g. google bucket name, without gs:// prefix). ", alias="workspaceStorageContainerName")
|
|
37
37
|
workspace_google_project: StrictStr = Field(description="The google project of the workspace to run the pipeline in. ", alias="workspaceGoogleProject")
|
|
38
|
-
__properties: ClassVar[List[str]] = ["pipelineName", "pipelineVersion", "displayName", "description", "
|
|
38
|
+
__properties: ClassVar[List[str]] = ["pipelineName", "pipelineVersion", "displayName", "description", "toolVersion", "workspaceBillingProject", "workspaceName", "workspaceStorageContainerName", "workspaceGoogleProject"]
|
|
39
39
|
|
|
40
40
|
model_config = ConfigDict(
|
|
41
41
|
populate_by_name=True,
|
|
@@ -92,7 +92,7 @@ class AdminPipeline(BaseModel):
|
|
|
92
92
|
"pipelineVersion": obj.get("pipelineVersion"),
|
|
93
93
|
"displayName": obj.get("displayName"),
|
|
94
94
|
"description": obj.get("description"),
|
|
95
|
-
"
|
|
95
|
+
"toolVersion": obj.get("toolVersion"),
|
|
96
96
|
"workspaceBillingProject": obj.get("workspaceBillingProject"),
|
|
97
97
|
"workspaceName": obj.get("workspaceName"),
|
|
98
98
|
"workspaceStorageContainerName": obj.get("workspaceStorageContainerName"),
|
|
@@ -28,10 +28,10 @@ class PipelineRunReport(BaseModel):
|
|
|
28
28
|
""" # noqa: E501
|
|
29
29
|
pipeline_name: StrictStr = Field(description="The identifier string for the Pipeline. ", alias="pipelineName")
|
|
30
30
|
pipeline_version: StrictInt = Field(description="An identifier Integer for the Pipeline Version. ", alias="pipelineVersion")
|
|
31
|
-
|
|
31
|
+
tool_version: StrictStr = Field(description="An identifier string for the Pipeline Tool Version i.e. github repo tag/branch/release ", alias="toolVersion")
|
|
32
32
|
outputs: Optional[Dict[str, Any]] = Field(default=None, description="The output(s) of a successful pipeline run. ")
|
|
33
33
|
output_expiration_date: Optional[StrictStr] = Field(default=None, description="The Date when the pipeline outputs will expire. ", alias="outputExpirationDate")
|
|
34
|
-
__properties: ClassVar[List[str]] = ["pipelineName", "pipelineVersion", "
|
|
34
|
+
__properties: ClassVar[List[str]] = ["pipelineName", "pipelineVersion", "toolVersion", "outputs", "outputExpirationDate"]
|
|
35
35
|
|
|
36
36
|
model_config = ConfigDict(
|
|
37
37
|
populate_by_name=True,
|
|
@@ -86,7 +86,7 @@ class PipelineRunReport(BaseModel):
|
|
|
86
86
|
_obj = cls.model_validate({
|
|
87
87
|
"pipelineName": obj.get("pipelineName"),
|
|
88
88
|
"pipelineVersion": obj.get("pipelineVersion"),
|
|
89
|
-
"
|
|
89
|
+
"toolVersion": obj.get("toolVersion"),
|
|
90
90
|
"outputs": obj.get("outputs"),
|
|
91
91
|
"outputExpirationDate": obj.get("outputExpirationDate")
|
|
92
92
|
})
|
|
@@ -28,8 +28,8 @@ class UpdatePipelineRequestBody(BaseModel):
|
|
|
28
28
|
""" # noqa: E501
|
|
29
29
|
workspace_billing_project: StrictStr = Field(description="The Terra billing project of the workspace to run the pipeline in. ", alias="workspaceBillingProject")
|
|
30
30
|
workspace_name: StrictStr = Field(description="The name of the workspace to run the pipeline in. ", alias="workspaceName")
|
|
31
|
-
|
|
32
|
-
__properties: ClassVar[List[str]] = ["workspaceBillingProject", "workspaceName", "
|
|
31
|
+
tool_version: StrictStr = Field(description="An identifier string for the Pipeline Tool Version i.e. github repo tag/branch/release ", alias="toolVersion")
|
|
32
|
+
__properties: ClassVar[List[str]] = ["workspaceBillingProject", "workspaceName", "toolVersion"]
|
|
33
33
|
|
|
34
34
|
model_config = ConfigDict(
|
|
35
35
|
populate_by_name=True,
|
|
@@ -84,7 +84,7 @@ class UpdatePipelineRequestBody(BaseModel):
|
|
|
84
84
|
_obj = cls.model_validate({
|
|
85
85
|
"workspaceBillingProject": obj.get("workspaceBillingProject"),
|
|
86
86
|
"workspaceName": obj.get("workspaceName"),
|
|
87
|
-
"
|
|
87
|
+
"toolVersion": obj.get("toolVersion")
|
|
88
88
|
})
|
|
89
89
|
return _obj
|
|
90
90
|
|
|
@@ -39,7 +39,7 @@ class TestAdminPipeline(unittest.TestCase):
|
|
|
39
39
|
pipeline_version = 56,
|
|
40
40
|
display_name = '',
|
|
41
41
|
description = '',
|
|
42
|
-
|
|
42
|
+
tool_version = '',
|
|
43
43
|
workspace_billing_project = '',
|
|
44
44
|
workspace_name = '',
|
|
45
45
|
workspace_storage_container_name = '',
|
|
@@ -51,7 +51,7 @@ class TestAdminPipeline(unittest.TestCase):
|
|
|
51
51
|
pipeline_version = 56,
|
|
52
52
|
display_name = '',
|
|
53
53
|
description = '',
|
|
54
|
-
|
|
54
|
+
tool_version = '',
|
|
55
55
|
workspace_billing_project = '',
|
|
56
56
|
workspace_name = '',
|
|
57
57
|
workspace_storage_container_name = '',
|
|
@@ -52,7 +52,7 @@ class TestAsyncPipelineRunResponse(unittest.TestCase):
|
|
|
52
52
|
pipeline_run_report = teaspoons_client.models.pipeline_run_report.PipelineRunReport(
|
|
53
53
|
pipeline_name = '',
|
|
54
54
|
pipeline_version = 56,
|
|
55
|
-
|
|
55
|
+
tool_version = '',
|
|
56
56
|
outputs = {
|
|
57
57
|
'key' : null
|
|
58
58
|
},
|
|
@@ -71,7 +71,7 @@ class TestAsyncPipelineRunResponse(unittest.TestCase):
|
|
|
71
71
|
pipeline_run_report = teaspoons_client.models.pipeline_run_report.PipelineRunReport(
|
|
72
72
|
pipeline_name = '',
|
|
73
73
|
pipeline_version = 56,
|
|
74
|
-
|
|
74
|
+
tool_version = '',
|
|
75
75
|
outputs = {
|
|
76
76
|
'key' : null
|
|
77
77
|
},
|
|
@@ -37,7 +37,7 @@ class TestPipelineRunReport(unittest.TestCase):
|
|
|
37
37
|
return PipelineRunReport(
|
|
38
38
|
pipeline_name = '',
|
|
39
39
|
pipeline_version = 56,
|
|
40
|
-
|
|
40
|
+
tool_version = '',
|
|
41
41
|
outputs = {
|
|
42
42
|
'key' : null
|
|
43
43
|
},
|
|
@@ -47,7 +47,7 @@ class TestPipelineRunReport(unittest.TestCase):
|
|
|
47
47
|
return PipelineRunReport(
|
|
48
48
|
pipeline_name = '',
|
|
49
49
|
pipeline_version = 56,
|
|
50
|
-
|
|
50
|
+
tool_version = '',
|
|
51
51
|
)
|
|
52
52
|
"""
|
|
53
53
|
|
|
@@ -37,13 +37,13 @@ class TestUpdatePipelineRequestBody(unittest.TestCase):
|
|
|
37
37
|
return UpdatePipelineRequestBody(
|
|
38
38
|
workspace_billing_project = '',
|
|
39
39
|
workspace_name = '',
|
|
40
|
-
|
|
40
|
+
tool_version = ''
|
|
41
41
|
)
|
|
42
42
|
else:
|
|
43
43
|
return UpdatePipelineRequestBody(
|
|
44
44
|
workspace_billing_project = '',
|
|
45
45
|
workspace_name = '',
|
|
46
|
-
|
|
46
|
+
tool_version = '',
|
|
47
47
|
)
|
|
48
48
|
"""
|
|
49
49
|
|
|
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
|