Skip to content

Commit bdef0ce

Browse files
committed
regen
1 parent ccfac25 commit bdef0ce

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+53
-53
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ https://www.stitchdata.com/docs/developers/stitch-connect/api
66

77
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
88

9-
- API version: 0.1
9+
- API version: 0.3
1010
- Package version: 0.2.1
1111
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1212

docs/MetadataObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
1010
**replication_key** | **str** | Indicates the field being used as the stream’s Replication Key. | [optional]
1111
**replication_method** | **str** | The Replication Method the stream uses to replicate data. Accepted values are: FULL_TABLE - The stream is using Full Table Replication INCREMENTAL - The stream is using Key-based Incremental Replication LOG_BASED - The stream is using Log-based Incremental Replication. Note: This method is only available for certain database sources, and requires additional setup to use. | [optional]
1212
**row_count** | **int** | For database sources only. The number of rows (records) in the stream. | [optional]
13-
**schema_name** | **int** | For database sources only. The name of the schema containing the stream. | [optional]
13+
**schema_name** | **str** | For database sources only. The name of the schema containing the stream. | [optional]
1414
**selected** | **bool** | Indicates whether a field should be included in a stream’s field selection list. This value will be present only if the stream containing the field is selected (selected: true). null - The value has not been set true - The field is selected false - The field is not selected | [optional]
1515
**table_key_properties** | **list[str]** | An array of strings listing the fields that make up the key properties of the table. These are the table’s defined Primary Keys. | [optional]
1616
**valid_replication_keys** | **list[str]** | An array of strings indicating the fields valid for use as Replication Keys in Key-based Incremental Replication (replication-method: INCREMENTAL). Note: For SaaS sources, the fields listed in this array are pre-defined by Stitch and will be used as the Replication Keys for the stream. They cannot be modified. | [optional]

docs/StreamLevelMetadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
1010
**replication_key** | **str** | Indicates the field being used as the stream’s Replication Key. | [optional]
1111
**replication_method** | **str** | The Replication Method the stream uses to replicate data. Accepted values are: FULL_TABLE - The stream is using Full Table Replication INCREMENTAL - The stream is using Key-based Incremental Replication LOG_BASED - The stream is using Log-based Incremental Replication. Note: This method is only available for certain database sources, and requires additional setup to use. | [optional]
1212
**row_count** | **int** | For database sources only. The number of rows (records) in the stream. | [optional]
13-
**schema_name** | **int** | For database sources only. The name of the schema containing the stream. | [optional]
13+
**schema_name** | **str** | For database sources only. The name of the schema containing the stream. | [optional]
1414
**selected** | **bool** | Indicates whether a stream should be set to replicate. Accepted values are: true - The stream is selected and data for selected fields will be replicated false - The stream is not selected and no data will be replicated | [optional]
1515
**table_key_properties** | **list[str]** | An array of strings listing the fields that make up the key properties of the table. These are the table’s defined Primary Keys. | [optional]
1616
**valid_replication_keys** | **list[str]** | An array of strings indicating the fields valid for use as Replication Keys in Key-based Incremental Replication (replication-method: INCREMENTAL). Note: For SaaS sources, the fields listed in this array are pre-defined by Stitch and will be used as the Replication Keys for the stream. They cannot be modified. | [optional]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
https://www.stitchdata.com/docs/developers/stitch-connect/api # noqa: E501
77
8-
The version of the OpenAPI document: 0.1
8+
The version of the OpenAPI document: 0.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

stitch_connect_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
https://www.stitchdata.com/docs/developers/stitch-connect/api # noqa: E501
99
10-
The version of the OpenAPI document: 0.1
10+
The version of the OpenAPI document: 0.3
1111
Generated by: https://openapi-generator.tech
1212
"""
1313

stitch_connect_client/api/destinations_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
https://www.stitchdata.com/docs/developers/stitch-connect/api # noqa: E501
77
8-
The version of the OpenAPI document: 0.1
8+
The version of the OpenAPI document: 0.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

stitch_connect_client/api/sources_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
https://www.stitchdata.com/docs/developers/stitch-connect/api # noqa: E501
77
8-
The version of the OpenAPI document: 0.1
8+
The version of the OpenAPI document: 0.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

stitch_connect_client/api/streams_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
https://www.stitchdata.com/docs/developers/stitch-connect/api # noqa: E501
77
8-
The version of the OpenAPI document: 0.1
8+
The version of the OpenAPI document: 0.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

stitch_connect_client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
https://www.stitchdata.com/docs/developers/stitch-connect/api # noqa: E501
66
7-
The version of the OpenAPI document: 0.1
7+
The version of the OpenAPI document: 0.3
88
Generated by: https://openapi-generator.tech
99
"""
1010

stitch_connect_client/configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
https://www.stitchdata.com/docs/developers/stitch-connect/api # noqa: E501
77
8-
The version of the OpenAPI document: 0.1
8+
The version of the OpenAPI document: 0.3
99
Generated by: https://openapi-generator.tech
1010
"""
1111

@@ -264,7 +264,7 @@ def to_debug_report(self):
264264
"Python SDK Debug Report:\n"
265265
"OS: {env}\n"
266266
"Python Version: {pyversion}\n"
267-
"Version of the API: 0.1\n"
267+
"Version of the API: 0.3\n"
268268
"SDK Package Version: 0.2.1".format(env=sys.platform, pyversion=sys.version)
269269
)
270270

0 commit comments

Comments
 (0)