-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
46d969e
commit 12df0e6
Showing
39 changed files
with
16,790 additions
and
672 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
- Added field `fivetran_connector.config.api` for services: `freshsuccess`. | ||
- Added field `fivetran_connector.config.db` for services: `myosh`. | ||
- Added field `fivetran_connector.config.snc_certificate` for services: `sap_hana_db`. | ||
- Added field `fivetran_connector.config.snc_mode` for services: `sap_hana_db`. | ||
- Added field `fivetran_connector.config.snc_my_name` for services: `sap_hana_db`. | ||
- Added field `fivetran_connector.config.toast_id` for services: `toast`. | ||
- Added field `fivetran_connector.config.account_plan` for services: `tymeshift`. | ||
- Added field `fivetran_connector.config.primary_key` for services: `care_quality_commission`. | ||
- Added field `fivetran_connector.config.scope` for services: `ebay`. | ||
- Added field `fivetran_connector.config.convert_dats_type_to_date` for services: `sap_hana_db`. | ||
- Added field `fivetran_connector.config.snc_certificate_source` for services: `sap_hana_db`. | ||
- Added field `fivetran_connector.config.type_name` for services: `akamai`, `bubbleio`. | ||
- Added field `fivetran_connector.config.rollback_window` for services: `appsflyer`. | ||
- Added field `fivetran_connector.config.custom_tables.engaged_view_attribution_window` for services: `facebook_ads`. | ||
- Added field `fivetran_connector.config.server_variable` for services: `myosh`. | ||
- Added field `fivetran_connector.config.snc_source_name` for services: `sap_hana_db`. | ||
- Added field `fivetran_connector.config.snc_fivetran_name` for services: `sap_hana_db`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
- Supported service: `clickhouse` | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
adls | ||
aiven_kafka_wh | ||
aurora_postgres_warehouse | ||
aurora_warehouse | ||
aws_msk_wh | ||
azure_postgres_warehouse | ||
azure_sql_data_warehouse | ||
azure_sql_database | ||
azure_sql_managed_db_warehouse | ||
big_query | ||
big_query_dts | ||
clickhouse | ||
confluent_cloud_wh | ||
databricks | ||
managed_big_query | ||
maria_rds_warehouse | ||
maria_warehouse | ||
materialize | ||
motherduck | ||
mysql_rds_warehouse | ||
mysql_warehouse | ||
new_s3_datalake | ||
onelake | ||
postgres_gcp_warehouse | ||
postgres_rds_warehouse | ||
postgres_warehouse | ||
propel | ||
redshift | ||
singlestore | ||
snowflake | ||
sql_server_rds_warehouse | ||
sql_server_warehouse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
page_title: "Data Source: fivetran_proxy_agent" | ||
--- | ||
|
||
# Data Source: fivetran_proxy_agent | ||
|
||
This data source returns a proxy agent object. | ||
|
||
## Example Usage | ||
|
||
```hcl | ||
data "fivetran_proxy_agent" "proxy_agent" { | ||
id = "proxy_id" | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) The unique identifier for the proxy within your account. | ||
|
||
### Read-Only | ||
|
||
- `account_id` (String) The unique identifier for the account. | ||
- `created_by` (String) The actor who created the proxy agent. | ||
- `display_name` (String) Proxy agent name. | ||
- `group_region` (String) Data processing location. This is where Fivetran will operate and run computation on data. | ||
- `registred_at` (String) The timestamp of the time the proxy agent was created in your account. | ||
- `salt` (String) The salt. | ||
- `token` (String) The auth token. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
page_title: "Data Source: fivetran_proxy_agents" | ||
--- | ||
|
||
# Data Source: fivetran_proxy_agents | ||
|
||
This data source returns a list of all proxy agents within your Fivetran account. | ||
|
||
## Example Usage | ||
|
||
```hcl | ||
data "fivetran_proxy_agents" "proxy_agents" { | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `items` (Block Set) (see [below for nested schema](#nestedblock--items)) | ||
|
||
<a id="nestedblock--items"></a> | ||
### Nested Schema for `items` | ||
|
||
Required: | ||
|
||
- `id` (String) The unique identifier for the proxy within your account. | ||
|
||
Read-Only: | ||
|
||
- `account_id` (String) The unique identifier for the account. | ||
- `created_by` (String) The actor who created the proxy agent. | ||
- `display_name` (String) Proxy agent name. | ||
- `group_region` (String) Data processing location. This is where Fivetran will operate and run computation on data. | ||
- `registred_at` (String) The timestamp of the time the proxy agent was created in your account. | ||
- `salt` (String) The salt. | ||
- `token` (String) The auth token. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
page_title: "Resource: fivetran_proxy_agent" | ||
--- | ||
|
||
# Resource: fivetran_proxy_agent | ||
|
||
This resource allows you to create, update, and delete proxy agent. | ||
|
||
## Example Usage | ||
|
||
```hcl | ||
resource "fivetran_proxy_agent" "test_proxy_agent" { | ||
provider = fivetran-provider | ||
display_name = "display_name" | ||
group_region = "group_region" | ||
} | ||
``` | ||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `display_name` (String) Proxy agent name. | ||
- `group_region` (String) Data processing location. This is where Fivetran will operate and run computation on data. | ||
|
||
### Read-Only | ||
|
||
- `account_id` (String) The unique identifier for the account. | ||
- `created_by` (String) The actor who created the proxy agent. | ||
- `id` (String) The unique identifier for the proxy within your account. | ||
- `proxy_server_uri` (String) The proxy server URI. | ||
- `registred_at` (String) The timestamp of the time the proxy agent was created in your account. | ||
- `salt` (String) The salt. | ||
- `token` (String) The auth token. |
Oops, something went wrong.