OpenMetadata/ingestion/examples/workflows/snowflake_usage.yaml
Mayur Singal b3428771a3
Fix #4767: Refactor Usage & Lineage (#5190)
Fix #4767: Refactor Usage & Lineage (#5190)
2022-06-03 10:12:28 +02:00

30 lines
620 B
YAML

source:
type: snowflake-usage
serviceName: snowflake
serviceConnection:
config:
type: Snowflake
username: username
password: strong_password
database: SNOWFLAKE_SAMPLE_DATA
warehouse: COMPUTE_WH
account: account_name
sourceConfig:
config:
resultLimit: 1000
processor:
type: query-parser
config: {}
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