mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 17:07:06 +00:00
47 lines
968 B
JSON
47 lines
968 B
JSON
{
|
|
"source": {
|
|
"type": "snowflake-usage",
|
|
"serviceName": "snowflake",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "Snowflake",
|
|
"hostPort": "account.region.service.snowflakecomputing.com",
|
|
"username": "username",
|
|
"password": "strong_password",
|
|
"database": "SNOWFLAKE_SAMPLE_DATA",
|
|
"warehouse": "COMPUTE_WH",
|
|
"account": "account_name"
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {
|
|
"resultLimit":1000
|
|
}
|
|
}
|
|
},
|
|
"processor": {
|
|
"type": "query-parser",
|
|
"config": {
|
|
"filter": ""
|
|
}
|
|
},
|
|
"stage": {
|
|
"type": "table-usage",
|
|
"config": {
|
|
"filename": "/tmp/snowflake_usage"
|
|
}
|
|
},
|
|
"bulkSink": {
|
|
"type": "metadata-usage",
|
|
"config": {
|
|
"filename": "/tmp/snowflake_usage"
|
|
}
|
|
},
|
|
"workflowConfig": {
|
|
"openMetadataServerConfig": {
|
|
"hostPort": "http://localhost:8585/api",
|
|
"authProvider": "no-auth"
|
|
}
|
|
}
|
|
}
|