mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-24 14:23:27 +00:00
* snowflake-connector-fixed * schema-filter-fixed * updated-connection_arguments * ran-py_format * removed-FQN-computation * ran-make-core_bump_version_dev-and-py_format * ranpy_format
39 lines
888 B
JSON
39 lines
888 B
JSON
{
|
|
"source": {
|
|
"type": "snowflake",
|
|
"serviceName": "snowflake",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "Snowflake",
|
|
"hostPort": "account.region.service.snowflakecomputing.com",
|
|
"username": "username",
|
|
"password": "password",
|
|
"database": "database_name",
|
|
"warehouse": "warehouse_name",
|
|
"account": "account.region_name.cloud_service"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
} |