mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 08:57:09 +00:00
31 lines
684 B
JSON
31 lines
684 B
JSON
{
|
|
"source": {
|
|
"type": "snowflake",
|
|
"config": {
|
|
"host_port": "account.region.service.snowflakecomputing.com",
|
|
"username": "username",
|
|
"password": "strong_password",
|
|
"database": "SNOWFLAKE_SAMPLE_DATA",
|
|
"warehouse": "warehouse_name",
|
|
"account": "account_name",
|
|
"service_name": "snowflake",
|
|
"table_filter_pattern": {
|
|
"excludes": [
|
|
"tpcds_sf100tcl"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
}
|
|
}
|