31 lines
684 B
JSON
Raw Normal View History

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",
"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",
"table_filter_pattern": {
2021-08-24 02:13:55 +05:30
"excludes": [
"tpcds_sf100tcl"
2021-08-01 14:27:44 -07:00
]
}
}
},
"sink": {
"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"
}
}
}