Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.291.0 (#104)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
  • Loading branch information
github-actions[bot] and speakeasybot committed May 15, 2024
1 parent be07331 commit 30913cb
Show file tree
Hide file tree
Showing 820 changed files with 7,544 additions and 8,983 deletions.
151 changes: 89 additions & 62 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.289.0
speakeasyVersion: 1.291.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:5ee89f975931d19768e775a2b302dd5fa2bdb6081ab9a1c83f23f30b0e3b4d70
sourceBlobDigest: sha256:033de2d39099afbee88acef9189c12046deea7b710471529733fd643a32ae4ad
sourceRevisionDigest: sha256:5b2f8f3e9d04359794ce420b3dc7ebd46489feb7701a7e8d360ec0c4cabac507
sourceBlobDigest: sha256:4a851fd20b152a5e2d910706fdd8d264958661a2f43b7b31d297d5acf5c68794
tags:
- latest
- main
targets:
terraform-provider-airbyte:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:5ee89f975931d19768e775a2b302dd5fa2bdb6081ab9a1c83f23f30b0e3b4d70
sourceBlobDigest: sha256:033de2d39099afbee88acef9189c12046deea7b710471529733fd643a32ae4ad
sourceRevisionDigest: sha256:5b2f8f3e9d04359794ce420b3dc7ebd46489feb7701a7e8d360ec0c4cabac507
sourceBlobDigest: sha256:4a851fd20b152a5e2d910706fdd8d264958661a2f43b7b31d297d5acf5c68794
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
required_providers {
airbyte = {
source = "airbytehq/airbyte"
version = "0.4.3"
version = "0.5.0"
}
}
}
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@ Based on:
### Generated
- [terraform v0.4.3] .
### Releases
- [Terraform v0.4.3] https://registry.terraform.io/providers/airbytehq/airbyte/0.4.3 - .
- [Terraform v0.4.3] https://registry.terraform.io/providers/airbytehq/airbyte/0.4.3 - .

## 2024-05-15 22:21:48
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.291.0 (2.332.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.5.0] .
### Releases
- [Terraform v0.5.0] https://registry.terraform.io/providers/airbytehq/airbyte/0.5.0 - .
35 changes: 35 additions & 0 deletions docs/data-sources/destination_snowflake_cortex.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "airbyte_destination_snowflake_cortex Data Source - terraform-provider-airbyte"
subcategory: ""
description: |-
DestinationSnowflakeCortex DataSource
---

# airbyte_destination_snowflake_cortex (Data Source)

DestinationSnowflakeCortex DataSource

## Example Usage

```terraform
data "airbyte_destination_snowflake_cortex" "my_destination_snowflakecortex" {
destination_id = "...my_destination_id..."
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `destination_id` (String)

### Read-Only

- `configuration` (String) The values required to configure the destination. Parsed as JSON.
- `destination_type` (String)
- `name` (String)
- `workspace_id` (String)


35 changes: 35 additions & 0 deletions docs/data-sources/permission.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "airbyte_permission Data Source - terraform-provider-airbyte"
subcategory: ""
description: |-
Permission DataSource
---

# airbyte_permission (Data Source)

Permission DataSource

## Example Usage

```terraform
data "airbyte_permission" "my_permission" {
permission_id = "...my_permission_id..."
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `permission_id` (String)

### Read-Only

- `organization_id` (String)
- `permission_type` (String) Describes what actions/endpoints the permission entitles to. must be one of ["instance_admin", "organization_admin", "organization_editor", "organization_reader", "organization_member", "workspace_owner", "workspace_admin", "workspace_editor", "workspace_reader"]
- `user_id` (String) Internal Airbyte user ID
- `workspace_id` (String)


5 changes: 3 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
airbyte = {
source = "airbytehq/airbyte"
version = "0.4.3"
version = "0.5.0"
}
}
}
Expand All @@ -33,7 +33,8 @@ provider "airbyte" {
### Optional

- `bearer_auth` (String, Sensitive)
- `client_credentials` (String, Sensitive)
- `client_id` (String, Sensitive)
- `client_secret` (String, Sensitive)
- `password` (String, Sensitive)
- `server_url` (String) Server URL (defaults to https://api.airbyte.com/v1)
- `username` (String, Sensitive)
10 changes: 6 additions & 4 deletions docs/resources/destination_redshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ resource "airbyte_destination_redshift" "my_destination_redshift" {
configuration = {
database = "...my_database..."
disable_type_dedupe = false
drop_cascade = false
host = "...my_host..."
jdbc_url_params = "...my_jdbc_url_params..."
password = "...my_password..."
Expand All @@ -34,15 +35,15 @@ resource "airbyte_destination_redshift" "my_destination_redshift" {
key_encrypting_key = "...my_key_encrypting_key..."
}
}
file_name_pattern = "{timestamp}"
purge_staging_data = false
file_name_pattern = "{date:yyyy_MM}"
purge_staging_data = true
s3_bucket_name = "airbyte.staging"
s3_bucket_path = "data_sync/test"
s3_bucket_region = "eu-west-1"
s3_bucket_region = "ap-south-2"
secret_access_key = "...my_secret_access_key..."
}
}
username = "Dario.Brakus57"
username = "Beau57"
}
definition_id = "aaf3c680-70ec-4a15-b704-2295e6e54dc3"
name = "Jessie Brown"
Expand Down Expand Up @@ -81,6 +82,7 @@ Required:
Optional:

- `disable_type_dedupe` (Boolean) Disable Writing Final Tables. WARNING! The data format in _airbyte_data is likely stable but there are no guarantees that other metadata columns will remain the same in future versions. Default: false
- `drop_cascade` (Boolean) Drop tables with CASCADE. WARNING! This will delete all data in all dependent objects (views, etc.). Use with caution. This option is intended for usecases which can easily rebuild the dependent objects. Default: false
- `jdbc_url_params` (String) Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).
- `port` (Number) Port of the database. Default: 5439
- `raw_data_schema` (String) The schema to write raw tables into (default: airbyte_internal).
Expand Down
Loading

0 comments on commit 30913cb

Please sign in to comment.