2021-08-01 14:27:44 -07:00
|
|
|
{
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "snowflake",
|
|
|
|
|
"config": {
|
2021-08-09 09:19:35 +05:30
|
|
|
"host_port": "account.region.service.snowflakecomputing.com",
|
|
|
|
|
"username": "username",
|
|
|
|
|
"password": "strong_password",
|
2021-08-01 14:27:44 -07:00
|
|
|
"database": "SNOWFLAKE_SAMPLE_DATA",
|
2021-12-17 00:16:49 +05:30
|
|
|
"warehouse": "warehouse_name",
|
2021-08-09 09:19:35 +05:30
|
|
|
"account": "account_name",
|
2021-08-01 14:27:44 -07:00
|
|
|
"service_name": "snowflake",
|
2021-12-14 08:50:05 -08:00
|
|
|
"table_filter_pattern": {
|
2021-08-24 02:13:55 +05:30
|
|
|
"excludes": [
|
|
|
|
|
"tpcds_sf100tcl"
|
2021-08-01 14:27:44 -07:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"sink": {
|
2021-09-07 09:33:04 +05:30
|
|
|
"type": "metadata-rest",
|
2021-08-01 14:27:44 -07:00
|
|
|
"config": {}
|
|
|
|
|
},
|
|
|
|
|
"metadata_server": {
|
|
|
|
|
"type": "metadata-server",
|
|
|
|
|
"config": {
|
|
|
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
|
|
|
"auth_provider_type": "no-auth"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|