Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.335.2 (#127)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Jul 15, 2024
1 parent 7f66b12 commit 4834a12
Show file tree
Hide file tree
Showing 629 changed files with 35,168 additions and 14,381 deletions.
129 changes: 65 additions & 64 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.326.0
speakeasyVersion: 1.335.2
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:7c049828b8d9b72461c5a1f491f53e16c2a9f066a72cd6b81905a7f74aef6762
sourceBlobDigest: sha256:bb31cea6549192e0e90dda8d97fa05daa2cf2debac4223ee19e46b59b1c18ce3
sourceRevisionDigest: sha256:11bc6c5cce07b8124f88147cb7e73b56ed406eefd4374dce9f478c06a1fd3d7d
sourceBlobDigest: sha256:20143bd569af5fe53d9cc6d46c85db6b8bdfa07d2f1adfd286931ba24c8cb1a6
tags:
- latest
- main
targets:
terraform-provider-airbyte:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:7c049828b8d9b72461c5a1f491f53e16c2a9f066a72cd6b81905a7f74aef6762
sourceBlobDigest: sha256:bb31cea6549192e0e90dda8d97fa05daa2cf2debac4223ee19e46b59b1c18ce3
sourceRevisionDigest: sha256:11bc6c5cce07b8124f88147cb7e73b56ed406eefd4374dce9f478c06a1fd3d7d
sourceBlobDigest: sha256:20143bd569af5fe53d9cc6d46c85db6b8bdfa07d2f1adfd286931ba24c8cb1a6
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.7.0"
version = "0.7.1"
}
}
}
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,14 @@ Based on:
### Generated
- [terraform v0.7.0] .
### Releases
- [Terraform v0.7.0] https://registry.terraform.io/providers/airbytehq/airbyte/0.7.0 - .
- [Terraform v0.7.0] https://registry.terraform.io/providers/airbytehq/airbyte/0.7.0 - .

## 2024-07-15 18:17:47
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.335.2 (2.372.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.7.1] .
### Releases
- [Terraform v0.7.1] https://registry.terraform.io/providers/airbytehq/airbyte/0.7.1 - .
35 changes: 0 additions & 35 deletions docs/data-sources/destination_langchain.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "airbyte_source_google_analytics_v4_service_account_only Data Source - terraform-provider-airbyte"
page_title: "airbyte_source_clazar Data Source - terraform-provider-airbyte"
subcategory: ""
description: |-
SourceGoogleAnalyticsV4ServiceAccountOnly DataSource
SourceClazar DataSource
---

# airbyte_source_google_analytics_v4_service_account_only (Data Source)
# airbyte_source_clazar (Data Source)

SourceGoogleAnalyticsV4ServiceAccountOnly DataSource
SourceClazar DataSource

## Example Usage

```terraform
data "airbyte_source_google_analytics_v4_service_account_only" "my_source_googleanalyticsv4serviceaccountonly" {
data "airbyte_source_clazar" "my_source_clazar" {
source_id = "...my_source_id..."
}
```
Expand Down
35 changes: 35 additions & 0 deletions docs/data-sources/source_datadog.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_source_datadog Data Source - terraform-provider-airbyte"
subcategory: ""
description: |-
SourceDatadog DataSource
---

# airbyte_source_datadog (Data Source)

SourceDatadog DataSource

## Example Usage

```terraform
data "airbyte_source_datadog" "my_source_datadog" {
source_id = "...my_source_id..."
}
```

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

### Required

- `source_id` (String)

### Read-Only

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


Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "airbyte_source_punk_api Data Source - terraform-provider-airbyte"
page_title: "airbyte_source_goldcast Data Source - terraform-provider-airbyte"
subcategory: ""
description: |-
SourcePunkAPI DataSource
SourceGoldcast DataSource
---

# airbyte_source_punk_api (Data Source)
# airbyte_source_goldcast (Data Source)

SourcePunkAPI DataSource
SourceGoldcast DataSource

## Example Usage

```terraform
data "airbyte_source_punk_api" "my_source_punkapi" {
data "airbyte_source_goldcast" "my_source_goldcast" {
source_id = "...my_source_id..."
}
```
Expand Down
2 changes: 1 addition & 1 deletion 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.7.0"
version = "0.7.1"
}
}
}
Expand Down
147 changes: 0 additions & 147 deletions docs/resources/destination_langchain.md

This file was deleted.

16 changes: 8 additions & 8 deletions docs/resources/destination_milvus.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ resource "airbyte_destination_milvus" "my_destination_milvus" {
}
collection = "...my_collection..."
db = "...my_db..."
host = "tcp://my-local-milvus:19530"
host = "tcp://host.docker.internal:19530"
text_field = "...my_text_field..."
vector_field = "...my_vector_field..."
}
omit_raw_text = false
omit_raw_text = true
processing = {
chunk_overlap = 1
chunk_size = 10
chunk_overlap = 6
chunk_size = 4
field_name_mappings = [
{
from_field = "...my_from_field..."
Expand All @@ -52,14 +52,14 @@ resource "airbyte_destination_milvus" "my_destination_milvus" {
]
text_splitter = {
by_markdown_header = {
split_level = 6
split_level = 2
}
}
}
}
definition_id = "2248d601-2833-484b-987b-5cce36148543"
name = "Sylvia Smitham"
workspace_id = "3c5e509f-4525-421a-8478-78c254cd184f"
definition_id = "5a4e1801-23f0-4d76-bb78-bf74fa22de12"
name = "Jenny Braun"
workspace_id = "f134d000-7497-474a-a87c-30892ffb0f41"
}
```

Expand Down
8 changes: 4 additions & 4 deletions docs/resources/destination_mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "airbyte_destination_mongodb" "my_destination_mongodb" {
auth_type = {
login_password = {
password = "...my_password..."
username = "Ryleigh43"
username = "Ubaldo12"
}
}
database = "...my_database..."
Expand All @@ -32,9 +32,9 @@ resource "airbyte_destination_mongodb" "my_destination_mongodb" {
no_tunnel = {}
}
}
definition_id = "e75f1c50-c9ec-4767-87b0-6cf86fe4a6f8"
name = "Mr. Malcolm Lubowitz"
workspace_id = "d646f802-e7b2-4183-b2bc-4f6db7afdaca"
definition_id = "48d60128-3384-4bd8-bb5c-ce3614854333"
name = "Courtney Considine"
workspace_id = "5e509f45-2521-4a04-b878-c254cd184fd1"
}
```

Expand Down
Loading

0 comments on commit 4834a12

Please sign in to comment.