Pere Miquel Brull 0bb246dadb
Init docs and documentation sync CI (#5662)
* Prep docs migration

* Fix destination username
2022-06-27 15:14:04 +02:00

33 lines
968 B
YAML

source:
type: snowflake
serviceName: "<service name>"
serviceConnection:
config:
type: Snowflake
username: "<username>"
password: "<password>"
database: "<database>"
warehouse: "<warehouse>"
hostPort: account.region.service.snowflakecomputing.com
account: "<acount>"
privateKey: "<privateKey>"
snowflakePrivatekeyPassphrase: "<passphrase>"
scheme: "<scheme>"
role: "<role>"
sourceConfig:
config:
markDeletedTables: true or false
includeTables: true or false
includeViews: true or false
schemaFilterPattern: "<schema name regex list>"
tableFilterPattern: "<table name regex list>"
dbtConfigSource: "<configs for gcs, s3, local or file server to get the DBT
files"
sink:
type: metadata-rest
config: {}
workflowConfig:
openMetadataServerConfig:
hostPort: "<OpenMetadata host and port>"
authProvider: "<OpenMetadata auth provider>"