mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 12:08:31 +00:00
* Fixing conflicts * Fixing Conflicts * Fix snowflake * Prepare snowflake and redshift * snowflake use a single query * Add bigquery * Add clickhouse * format * Add query log lineage source * Add filters to core * Prepare mssql usage * Update schemas * Add example workflows * Prepare lineage deployment * Remove lineage * Use filters * Prep lineage DAG * Prepare Lineage Ingestion * Test lineage workflow * format * Comments * fixed tests * Revert "fixed tests" This reverts commit 0e846c7c4806098e4adf7c071d133d1df68aedf5. * fixed get connection method Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
16 lines
317 B
YAML
16 lines
317 B
YAML
source:
|
|
type: snowflake-lineage
|
|
serviceName: snowflake
|
|
sourceConfig:
|
|
config:
|
|
type: DatabaseLineage
|
|
queryLogDuration: 1
|
|
resultLimit: 10000
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://localhost:8585/api
|
|
authProvider: no-auth
|