mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 08:57:09 +00:00
41 lines
903 B
JSON
41 lines
903 B
JSON
{
|
|
"source": {
|
|
"type": "snowflake",
|
|
"serviceName": "snowflake",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "Snowflake",
|
|
"username": "username",
|
|
"password": "password",
|
|
"database": "database_name",
|
|
"warehouse": "warehouse_name",
|
|
"account": "account.region_name.cloud_service",
|
|
"connectionArguments": {
|
|
"private_key": "private_key"
|
|
}
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {
|
|
"schemaFilterPattern": {
|
|
"excludes": [
|
|
"mysql.*",
|
|
"information_schema.*",
|
|
"performance_schema.*",
|
|
"sys.*"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"workflowConfig": {
|
|
"openMetadataServerConfig": {
|
|
"hostPort": "http://localhost:8585/api",
|
|
"authProvider": "no-auth"
|
|
}
|
|
}
|
|
} |