mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-30 04:45:28 +00:00
44 lines
1.4 KiB
YAML
44 lines
1.4 KiB
YAML
![]() |
source:
|
||
|
type: fivetran
|
||
|
config:
|
||
|
# Fivetran log connector destination server configurations
|
||
|
fivetran_log_config:
|
||
|
destination_platform: snowflake
|
||
|
destination_config:
|
||
|
# Coordinates
|
||
|
account_id: "abc48144"
|
||
|
warehouse: "COMPUTE_WH"
|
||
|
database: "MY_SNOWFLAKE_DB"
|
||
|
log_schema: "FIVETRAN_LOG"
|
||
|
|
||
|
# Credentials
|
||
|
username: "${SNOWFLAKE_USER}"
|
||
|
password: "${SNOWFLAKE_PASS}"
|
||
|
role: "snowflake_role"
|
||
|
|
||
|
# Optional - filter for certain connector names instead of ingesting everything.
|
||
|
# connector_patterns:
|
||
|
# allow:
|
||
|
# - connector_name
|
||
|
|
||
|
# Optional -- A mapping of the connector's all sources to its database.
|
||
|
# sources_to_database:
|
||
|
# connector_id: source_db
|
||
|
|
||
|
# Optional -- This mapping is optional and only required to configure platform-instance for source
|
||
|
# A mapping of Fivetran connector id to data platform instance
|
||
|
# sources_to_platform_instance:
|
||
|
# connector_id:
|
||
|
# platform_instance: cloud_instance
|
||
|
# env: DEV
|
||
|
|
||
|
# Optional -- This mapping is optional and only required to configure platform-instance for destination.
|
||
|
# A mapping of Fivetran destination id to data platform instance
|
||
|
# destination_to_platform_instance:
|
||
|
# destination_id:
|
||
|
# platform_instance: cloud_instance
|
||
|
# env: DEV
|
||
|
|
||
|
sink:
|
||
|
# sink configs
|