2021-08-15 01:20:12 +05:30

44 lines
930 B
JSON

{
"source": {
"type": "snowflake",
"config": {
"host_port": "account.region.service.snowflakecomputing.com",
"username": "username",
"password": "strong_password",
"database": "SNOWFLAKE_SAMPLE_DATA",
"account": "account_name",
"service_name": "snowflake",
"service_type": "Snowflake",
"filter_pattern": {
"includes": [
"(\\w)*tpcds_sf100tcl",
"(\\w)*tpcds_sf100tcl",
"(\\w)*tpcds_sf10tcl"
]
}
}
},
"processor": {
"type": "pii",
"config": {}
},
"sink": {
"type": "metadata-rest-tables",
"config": {}
},
"metadata_server": {
"type": "metadata-server",
"config": {
"api_endpoint": "http://localhost:8585/api",
"auth_provider_type": "no-auth"
}
},
"cron": {
"minute": "*/5",
"hour": null,
"day": null,
"month": null,
"day_of_week": null
}
}