Skip to content

Commit f4851cf

Browse files
csmplatformlalepee
andcommitted
Automatically update python client (ref: Cosmo-Tech/cosmotech-api@e1173e0)
Co-authored-by: lalepee <lalepee@users.noreply.github.com>
1 parent 15c3912 commit f4851cf

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

cosmotech_api/model/dataset_source_type.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class DatasetSourceType(ModelSimple):
5858
'FILE': "File",
5959
'NONE': "None",
6060
'TWINCACHE': "Twincache",
61+
'ETL': "ETL",
6162
},
6263
}
6364

@@ -109,10 +110,10 @@ def __init__(self, *args, **kwargs):
109110
Note that value can be passed either in args or in kwargs, but not in both.
110111
111112
Args:
112-
args[0] (str): the Dataset Source Type., must be one of ["ADT", "AzureStorage", "File", "None", "Twincache", ] # noqa: E501
113+
args[0] (str): the Dataset Source Type., must be one of ["ADT", "AzureStorage", "File", "None", "Twincache", "ETL", ] # noqa: E501
113114
114115
Keyword Args:
115-
value (str): the Dataset Source Type., must be one of ["ADT", "AzureStorage", "File", "None", "Twincache", ] # noqa: E501
116+
value (str): the Dataset Source Type., must be one of ["ADT", "AzureStorage", "File", "None", "Twincache", "ETL", ] # noqa: E501
116117
_check_type (bool): if True, values for parameters in openapi_types
117118
will be type checked and a TypeError will be
118119
raised if the wrong type is input.
@@ -199,10 +200,10 @@ def _from_openapi_data(cls, *args, **kwargs):
199200
Note that value can be passed either in args or in kwargs, but not in both.
200201
201202
Args:
202-
args[0] (str): the Dataset Source Type., must be one of ["ADT", "AzureStorage", "File", "None", "Twincache", ] # noqa: E501
203+
args[0] (str): the Dataset Source Type., must be one of ["ADT", "AzureStorage", "File", "None", "Twincache", "ETL", ] # noqa: E501
203204
204205
Keyword Args:
205-
value (str): the Dataset Source Type., must be one of ["ADT", "AzureStorage", "File", "None", "Twincache", ] # noqa: E501
206+
value (str): the Dataset Source Type., must be one of ["ADT", "AzureStorage", "File", "None", "Twincache", "ETL", ] # noqa: E501
206207
_check_type (bool): if True, values for parameters in openapi_types
207208
will be type checked and a TypeError will be
208209
raised if the wrong type is input.

docs/DatasetSourceType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ the Dataset Source Type
55
## Properties
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**value** | **str** | the Dataset Source Type | must be one of ["ADT", "AzureStorage", "File", "None", "Twincache", ]
8+
**value** | **str** | the Dataset Source Type | must be one of ["ADT", "AzureStorage", "File", "None", "Twincache", "ETL", ]
99

1010
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1111

0 commit comments

Comments
 (0)