Skip to content

Commit a900be6

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.88.0
1 parent 9f32bcb commit a900be6

File tree

107 files changed

+251
-232
lines changed

Some content is hidden

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

107 files changed

+251
-232
lines changed

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,4 +578,14 @@ Based on:
578578
### Generated
579579
- [python v0.35.5] .
580580
### Releases
581-
- [PyPI v0.35.5] https://pypi.org/project/airbyte-api/0.35.5 - .
581+
- [PyPI v0.35.5] https://pypi.org/project/airbyte-api/0.35.5 - .
582+
583+
## 2023-09-20 00:13:09
584+
### Changes
585+
Based on:
586+
- OpenAPI Doc 1.0.0
587+
- Speakeasy CLI 1.88.0 (2.118.1) https://github.com/speakeasy-api/speakeasy
588+
### Generated
589+
- [python v0.35.6] .
590+
### Releases
591+
- [PyPI v0.35.6] https://pypi.org/project/airbyte-api/0.35.6 - .

docs/models/shared/connectionresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Provides details of a single connection.
99
| ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
1010
| `configurations` | [StreamConfigurations](../../models/shared/streamconfigurations.md) | :heavy_check_mark: | A list of configured stream options for a connection. |
1111
| `connection_id` | *str* | :heavy_check_mark: | N/A |
12-
| `data_residency` | [GeographyEnum](../../models/shared/geographyenum.md) | :heavy_check_mark: | N/A |
12+
| `data_residency` | [Optional[GeographyEnum]](../../models/shared/geographyenum.md) | :heavy_minus_sign: | N/A |
1313
| `destination_id` | *str* | :heavy_check_mark: | N/A |
1414
| `name` | *str* | :heavy_check_mark: | N/A |
1515
| `namespace_definition` | [Optional[NamespaceDefinitionEnum]](../../models/shared/namespacedefinitionenum.md) | :heavy_minus_sign: | Define the location where the data will be stored in the destination |

docs/models/shared/destinationawsdatalake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ The values required to configure the destination.
1919
| `lakeformation_database_name` | *str* | :heavy_check_mark: | The default database this destination will use to create tables in per stream. Can be changed per connection by customizing the namespace. | |
2020
| `lakeformation_governed_tables` | *Optional[bool]* | :heavy_minus_sign: | Whether to create tables as LF governed tables. | |
2121
| `partitioning` | [Optional[DestinationAwsDatalakeChooseHowToPartitionData]](../../models/shared/destinationawsdatalakechoosehowtopartitiondata.md) | :heavy_minus_sign: | Partition data by cursor fields when a cursor field is a date | |
22-
| `region` | [DestinationAwsDatalakeS3BucketRegion](../../models/shared/destinationawsdatalakes3bucketregion.md) | :heavy_check_mark: | The region of the S3 bucket. See <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions">here</a> for all region codes. | |
22+
| `region` | [Optional[DestinationAwsDatalakeS3BucketRegion]](../../models/shared/destinationawsdatalakes3bucketregion.md) | :heavy_minus_sign: | The region of the S3 bucket. See <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions">here</a> for all region codes. | |

docs/models/shared/destinationawsdatalakecredentialsiamrole.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Choose How to Authenticate to AWS.
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
10-
| `credentials_title` | [DestinationAwsDatalakeCredentialsIAMRoleCredentialsTitle](../../models/shared/destinationawsdatalakecredentialsiamrolecredentialstitle.md) | :heavy_check_mark: | Name of the credentials |
11-
| `role_arn` | *str* | :heavy_check_mark: | Will assume this role to write data to s3 |
8+
| Field | Type | Required | Description |
9+
| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
10+
| `credentials_title` | [Optional[DestinationAwsDatalakeCredentialsIAMRoleCredentialsTitle]](../../models/shared/destinationawsdatalakecredentialsiamrolecredentialstitle.md) | :heavy_minus_sign: | Name of the credentials |
11+
| `role_arn` | *str* | :heavy_check_mark: | Will assume this role to write data to s3 |

docs/models/shared/destinationawsdatalakecredentialsiamuser.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Choose How to Authenticate to AWS.
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
10-
| `aws_access_key_id` | *str* | :heavy_check_mark: | AWS User Access Key Id |
11-
| `aws_secret_access_key` | *str* | :heavy_check_mark: | Secret Access Key |
12-
| `credentials_title` | [DestinationAwsDatalakeCredentialsIAMUserCredentialsTitle](../../models/shared/destinationawsdatalakecredentialsiamusercredentialstitle.md) | :heavy_check_mark: | Name of the credentials |
8+
| Field | Type | Required | Description |
9+
| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
10+
| `aws_access_key_id` | *str* | :heavy_check_mark: | AWS User Access Key Id |
11+
| `aws_secret_access_key` | *str* | :heavy_check_mark: | Secret Access Key |
12+
| `credentials_title` | [Optional[DestinationAwsDatalakeCredentialsIAMUserCredentialsTitle]](../../models/shared/destinationawsdatalakecredentialsiamusercredentialstitle.md) | :heavy_minus_sign: | Name of the credentials |

0 commit comments

Comments
 (0)