mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-27 07:28:30 +00:00
48 lines
976 B
JSON
48 lines
976 B
JSON
{
|
|
"source": {
|
|
"type": "snowflake-usage",
|
|
"config": {
|
|
"host_port": "account.region.service.snowflakecomputing.com",
|
|
"username": "username",
|
|
"password": "strong_password",
|
|
"database": "SNOWFLAKE_SAMPLE_DATA",
|
|
"account": "account_name",
|
|
"service_name": "snowflake",
|
|
"service_type": "Snowflake",
|
|
"duration": 2
|
|
}
|
|
},
|
|
"processor": {
|
|
"type": "query-parser",
|
|
"config": {
|
|
"filter": ""
|
|
}
|
|
},
|
|
"stage": {
|
|
"type": "table-usage",
|
|
"config": {
|
|
"filename": "/tmp/snowflake_usage"
|
|
}
|
|
},
|
|
"bulk_sink": {
|
|
"type": "metadata-usage",
|
|
"config": {
|
|
"filename": "/tmp/snowflake_usage"
|
|
}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
},
|
|
"cron": {
|
|
"minute": "*/5",
|
|
"hour": null,
|
|
"day": null,
|
|
"month": null,
|
|
"day_of_week": null
|
|
}
|
|
}
|