Skip to content

Commit 8458e67

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.91.2
1 parent 7156436 commit 8458e67

File tree

473 files changed

+5622
-1672
lines changed

Some content is hidden

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

473 files changed

+5622
-1672
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ if res.connection_response is not None:
7979
## Available Resources and Operations
8080

8181

82-
### [Connections](docs/sdks/connections/README.md)
82+
### [connections](docs/sdks/connections/README.md)
8383

8484
* [create_connection](docs/sdks/connections/README.md#create_connection) - Create a connection
8585
* [delete_connection](docs/sdks/connections/README.md#delete_connection) - Delete a Connection
8686
* [get_connection](docs/sdks/connections/README.md#get_connection) - Get Connection details
8787
* [list_connections](docs/sdks/connections/README.md#list_connections) - List connections
8888
* [patch_connection](docs/sdks/connections/README.md#patch_connection) - Update Connection details
8989

90-
### [Destinations](docs/sdks/destinations/README.md)
90+
### [destinations](docs/sdks/destinations/README.md)
9191

9292
* [create_destination](docs/sdks/destinations/README.md#create_destination) - Create a destination
9393
* [delete_destination](docs/sdks/destinations/README.md#delete_destination) - Delete a Destination
@@ -96,14 +96,14 @@ if res.connection_response is not None:
9696
* [patch_destination](docs/sdks/destinations/README.md#patch_destination) - Update a Destination
9797
* [put_destination](docs/sdks/destinations/README.md#put_destination) - Update a Destination and fully overwrite it
9898

99-
### [Jobs](docs/sdks/jobs/README.md)
99+
### [jobs](docs/sdks/jobs/README.md)
100100

101101
* [cancel_job](docs/sdks/jobs/README.md#cancel_job) - Cancel a running Job
102102
* [create_job](docs/sdks/jobs/README.md#create_job) - Trigger a sync or reset job of a connection
103103
* [get_job](docs/sdks/jobs/README.md#get_job) - Get Job status and details
104104
* [list_jobs](docs/sdks/jobs/README.md#list_jobs) - List Jobs by sync type
105105

106-
### [Sources](docs/sdks/sources/README.md)
106+
### [sources](docs/sdks/sources/README.md)
107107

108108
* [create_source](docs/sdks/sources/README.md#create_source) - Create a source
109109
* [delete_source](docs/sdks/sources/README.md#delete_source) - Delete a Source
@@ -113,11 +113,11 @@ if res.connection_response is not None:
113113
* [patch_source](docs/sdks/sources/README.md#patch_source) - Update a Source
114114
* [put_source](docs/sdks/sources/README.md#put_source) - Update a Source and fully overwrite it
115115

116-
### [Streams](docs/sdks/streams/README.md)
116+
### [streams](docs/sdks/streams/README.md)
117117

118118
* [get_stream_properties](docs/sdks/streams/README.md#get_stream_properties) - Get stream properties
119119

120-
### [Workspaces](docs/sdks/workspaces/README.md)
120+
### [workspaces](docs/sdks/workspaces/README.md)
121121

122122
* [create_or_update_workspace_o_auth_credentials](docs/sdks/workspaces/README.md#create_or_update_workspace_o_auth_credentials) - Create OAuth override credentials for a workspace and source type.
123123
* [create_workspace](docs/sdks/workspaces/README.md#create_workspace) - Create a workspace
@@ -131,8 +131,6 @@ if res.connection_response is not None:
131131

132132
<!-- Start Dev Containers -->
133133

134-
135-
136134
<!-- End Dev Containers -->
137135

138136

@@ -145,8 +143,6 @@ returned response object will have a `Next` method that can be called to pull do
145143
return value of `Next` is `None`, then there are no more pages to be fetched.
146144

147145
Here's an example of one such pagination call:
148-
149-
150146
<!-- End Pagination -->
151147

152148
<!-- Placeholder for Future Speakeasy SDK Sections -->

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,4 +598,14 @@ Based on:
598598
### Generated
599599
- [python v0.36.0] .
600600
### Releases
601-
- [PyPI v0.36.0] https://pypi.org/project/airbyte-api/0.36.0 - .
601+
- [PyPI v0.36.0] https://pypi.org/project/airbyte-api/0.36.0 - .
602+
603+
## 2023-09-27 00:13:11
604+
### Changes
605+
Based on:
606+
- OpenAPI Doc 1.0.0
607+
- Speakeasy CLI 1.91.2 (2.131.1) https://github.com/speakeasy-api/speakeasy
608+
### Generated
609+
- [python v0.36.1] .
610+
### Releases
611+
- [PyPI v0.36.1] https://pypi.org/project/airbyte-api/0.36.1 - .

docs/models/shared/destinationawsdatalake.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ The values required to configure the destination.
1010
| `aws_account_id` | *Optional[str]* | :heavy_minus_sign: | target aws account id | 111111111111 |
1111
| `bucket_name` | *str* | :heavy_check_mark: | The name of the S3 bucket. Read more <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/create-bucket-overview.html">here</a>. | |
1212
| `bucket_prefix` | *Optional[str]* | :heavy_minus_sign: | S3 prefix | |
13-
| `credentials` | *Any* | :heavy_check_mark: | Choose How to Authenticate to AWS. | |
13+
| `credentials` | [Union[DestinationAwsDatalakeAuthenticationModeIAMRole, DestinationAwsDatalakeAuthenticationModeIAMUser]](../../models/shared/destinationawsdatalakeauthenticationmode.md) | :heavy_check_mark: | Choose How to Authenticate to AWS. | |
1414
| `destination_type` | [DestinationAwsDatalakeAwsDatalake](../../models/shared/destinationawsdatalakeawsdatalake.md) | :heavy_check_mark: | N/A | |
15-
| `format` | *Optional[Any]* | :heavy_minus_sign: | Format of the data output. | |
15+
| `format` | [Optional[Union[]]](../../models/shared/destinationawsdatalakeoutputformatwildcard.md) | :heavy_minus_sign: | Format of the data output. | |
1616
| `glue_catalog_float_as_decimal` | *Optional[bool]* | :heavy_minus_sign: | Cast float/double as decimal(38,18). This can help achieve higher accuracy and represent numbers correctly as received from the source. | |
1717
| `lakeformation_database_default_tag_key` | *Optional[str]* | :heavy_minus_sign: | Add a default tag key to databases created by this destination | pii_level |
1818
| `lakeformation_database_default_tag_values` | *Optional[str]* | :heavy_minus_sign: | Add default values for the `Tag Key` to databases created by this destination. Comma separate for multiple values. | private,public |
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# DestinationAwsDatalakeAuthenticationMode
2+
3+
4+
## Supported Types
5+
6+
### DestinationAwsDatalakeAuthenticationModeIAMRole
7+
8+
```python
9+
destinationAwsDatalakeAuthenticationMode: shared.DestinationAwsDatalakeAuthenticationModeIAMRole = /* values here */
10+
```
11+
12+
### DestinationAwsDatalakeAuthenticationModeIAMUser
13+
14+
```python
15+
destinationAwsDatalakeAuthenticationMode: shared.DestinationAwsDatalakeAuthenticationModeIAMUser = /* values here */
16+
```
17+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# DestinationAwsDatalakeAuthenticationModeIAMRole
2+
3+
Choose How to Authenticate to AWS.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
10+
| `credentials_title` | [Optional[DestinationAwsDatalakeAuthenticationModeIAMRoleCredentialsTitle]](../../models/shared/destinationawsdatalakeauthenticationmodeiamrolecredentialstitle.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/destinationawsdatalakecredentialsiamrolecredentialstitle.md renamed to docs/models/shared/destinationawsdatalakeauthenticationmodeiamrolecredentialstitle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DestinationAwsDatalakeCredentialsIAMRoleCredentialsTitle
1+
# DestinationAwsDatalakeAuthenticationModeIAMRoleCredentialsTitle
22

33
Name of the credentials
44

0 commit comments

Comments
 (0)