2021-12-09 20:32:17 -08:00
|
|
|
{
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "redshift",
|
|
|
|
|
"config": {
|
2021-12-16 12:15:42 -08:00
|
|
|
"host_port": "cluster.name.region.redshift.amazonaws.com:5439",
|
2021-12-09 20:32:17 -08:00
|
|
|
"username": "username",
|
|
|
|
|
"password": "strong_password",
|
|
|
|
|
"database": "warehouse",
|
|
|
|
|
"service_name": "aws_redshift",
|
2021-12-12 07:23:08 -08:00
|
|
|
"generate_sample_data": "false",
|
2021-12-16 12:15:42 -08:00
|
|
|
"schema_filter_pattern": {
|
|
|
|
|
"excludes": ["information_schema.*"]
|
2021-12-09 20:32:17 -08:00
|
|
|
},
|
2021-12-20 12:25:26 -08:00
|
|
|
"dbt_manifest_file": "./examples/sample_data/dbt/manifest_1.0.json",
|
|
|
|
|
"dbt_catalog_file": "./examples/sample_data/dbt/catalog_1.0.json"
|
2021-12-09 20:32:17 -08:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"sink": {
|
|
|
|
|
"type": "metadata-rest",
|
|
|
|
|
"config": {}
|
|
|
|
|
},
|
|
|
|
|
"metadata_server": {
|
|
|
|
|
"type": "metadata-server",
|
|
|
|
|
"config": {
|
|
|
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
|
|
|
"auth_provider_type": "no-auth"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|