You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[create_destination](docs/sdks/destinations/README.md#create_destination) - Create a destination
93
93
*[delete_destination](docs/sdks/destinations/README.md#delete_destination) - Delete a Destination
@@ -96,14 +96,14 @@ if res.connection_response is not None:
96
96
*[patch_destination](docs/sdks/destinations/README.md#patch_destination) - Update a Destination
97
97
*[put_destination](docs/sdks/destinations/README.md#put_destination) - Update a Destination and fully overwrite it
98
98
99
-
### [Jobs](docs/sdks/jobs/README.md)
99
+
### [jobs](docs/sdks/jobs/README.md)
100
100
101
101
*[cancel_job](docs/sdks/jobs/README.md#cancel_job) - Cancel a running Job
102
102
*[create_job](docs/sdks/jobs/README.md#create_job) - Trigger a sync or reset job of a connection
103
103
*[get_job](docs/sdks/jobs/README.md#get_job) - Get Job status and details
104
104
*[list_jobs](docs/sdks/jobs/README.md#list_jobs) - List Jobs by sync type
105
105
106
-
### [Sources](docs/sdks/sources/README.md)
106
+
### [sources](docs/sdks/sources/README.md)
107
107
108
108
*[create_source](docs/sdks/sources/README.md#create_source) - Create a source
109
109
*[delete_source](docs/sdks/sources/README.md#delete_source) - Delete a Source
@@ -113,11 +113,11 @@ if res.connection_response is not None:
113
113
*[patch_source](docs/sdks/sources/README.md#patch_source) - Update a Source
114
114
*[put_source](docs/sdks/sources/README.md#put_source) - Update a Source and fully overwrite it
115
115
116
-
### [Streams](docs/sdks/streams/README.md)
116
+
### [streams](docs/sdks/streams/README.md)
117
117
118
118
*[get_stream_properties](docs/sdks/streams/README.md#get_stream_properties) - Get stream properties
119
119
120
-
### [Workspaces](docs/sdks/workspaces/README.md)
120
+
### [workspaces](docs/sdks/workspaces/README.md)
121
121
122
122
*[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.
123
123
*[create_workspace](docs/sdks/workspaces/README.md#create_workspace) - Create a workspace
@@ -131,8 +131,6 @@ if res.connection_response is not None:
131
131
132
132
<!-- Start Dev Containers -->
133
133
134
-
135
-
136
134
<!-- End Dev Containers -->
137
135
138
136
@@ -145,8 +143,6 @@ returned response object will have a `Next` method that can be called to pull do
145
143
return value of `Next` is `None`, then there are no more pages to be fetched.
146
144
147
145
Here's an example of one such pagination call:
148
-
149
-
150
146
<!-- End Pagination -->
151
147
152
148
<!-- Placeholder for Future Speakeasy SDK Sections -->
Copy file name to clipboardExpand all lines: docs/models/shared/destinationawsdatalake.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ The values required to configure the destination.
10
10
|`aws_account_id`|*Optional[str]*|:heavy_minus_sign:| target aws account id | 111111111111 |
11
11
|`bucket_name`|*str*|:heavy_check_mark:| The name of the S3 bucket. Read more <ahref="https://docs.aws.amazon.com/AmazonS3/latest/userguide/create-bucket-overview.html">here</a>. ||
|`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. ||
|`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. ||
16
16
|`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. ||
17
17
|`lakeformation_database_default_tag_key`|*Optional[str]*|:heavy_minus_sign:| Add a default tag key to databases created by this destination | pii_level |
18
18
|`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 |
|`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 |
0 commit comments