Skip to content

Commit e2ee544

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.92.2
1 parent 56f527a commit e2ee544

File tree

290 files changed

+5589
-317
lines changed

Some content is hidden

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

290 files changed

+5589
-317
lines changed

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,4 +618,14 @@ Based on:
618618
### Generated
619619
- [python v0.37.0] .
620620
### Releases
621-
- [PyPI v0.37.0] https://pypi.org/project/airbyte-api/0.37.0 - .
621+
- [PyPI v0.37.0] https://pypi.org/project/airbyte-api/0.37.0 - .
622+
623+
## 2023-10-01 00:15:32
624+
### Changes
625+
Based on:
626+
- OpenAPI Doc 1.0.0
627+
- Speakeasy CLI 1.92.2 (2.142.2) https://github.com/speakeasy-api/speakeasy
628+
### Generated
629+
- [python v0.38.0] .
630+
### Releases
631+
- [PyPI v0.38.0] https://pypi.org/project/airbyte-api/0.38.0 - .

docs/models/shared/destinationawsdatalake.md

Lines changed: 15 additions & 15 deletions
Large diffs are not rendered by default.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
11
# DestinationAwsDatalakeOutputFormatWildcard
22

3+
4+
## Supported Types
5+
6+
### DestinationAwsDatalakeOutputFormatWildcardJSONLinesNewlineDelimitedJSON
7+
8+
```python
9+
destinationAwsDatalakeOutputFormatWildcard: shared.DestinationAwsDatalakeOutputFormatWildcardJSONLinesNewlineDelimitedJSON = /* values here */
10+
```
11+
12+
### DestinationAwsDatalakeOutputFormatWildcardParquetColumnarStorage
13+
14+
```python
15+
destinationAwsDatalakeOutputFormatWildcard: shared.DestinationAwsDatalakeOutputFormatWildcardParquetColumnarStorage = /* values here */
16+
```
17+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# DestinationAwsDatalakeOutputFormatWildcardJSONLinesNewlineDelimitedJSON
2+
3+
Format of the data output.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
10+
| `compression_codec` | [Optional[shared.DestinationAwsDatalakeOutputFormatWildcardJSONLinesNewlineDelimitedJSONCompressionCodecOptional]](undefined/models/shared/destinationawsdatalakeoutputformatwildcardjsonlinesnewlinedelimitedjsoncompressioncodecoptional.md) | :heavy_minus_sign: | The compression algorithm used to compress data. |
11+
| `format_type` | *Optional[str]* | :heavy_minus_sign: | N/A |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# DestinationAwsDatalakeOutputFormatWildcardJSONLinesNewlineDelimitedJSONCompressionCodecOptional
2+
3+
The compression algorithm used to compress data.
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| -------------- | -------------- |
10+
| `UNCOMPRESSED` | UNCOMPRESSED |
11+
| `GZIP` | GZIP |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# DestinationAwsDatalakeOutputFormatWildcardParquetColumnarStorage
2+
3+
Format of the data output.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
10+
| `compression_codec` | [Optional[shared.DestinationAwsDatalakeOutputFormatWildcardParquetColumnarStorageCompressionCodecOptional]](undefined/models/shared/destinationawsdatalakeoutputformatwildcardparquetcolumnarstoragecompressioncodecoptional.md) | :heavy_minus_sign: | The compression algorithm used to compress data. |
11+
| `format_type` | *Optional[str]* | :heavy_minus_sign: | N/A |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# DestinationAwsDatalakeOutputFormatWildcardParquetColumnarStorageCompressionCodecOptional
2+
3+
The compression algorithm used to compress data.
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| -------------- | -------------- |
10+
| `UNCOMPRESSED` | UNCOMPRESSED |
11+
| `SNAPPY` | SNAPPY |
12+
| `GZIP` | GZIP |
13+
| `ZSTD` | ZSTD |

0 commit comments

Comments
 (0)