mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-18 22:18:23 +00:00
Fix sample usage DAG directory (#11276)
This commit is contained in:
parent
dd509681be
commit
9ebc0cd5e4
@ -42,7 +42,7 @@ config = """
|
|||||||
"type": "CustomDatabase",
|
"type": "CustomDatabase",
|
||||||
"sourcePythonClass": "metadata.ingestion.source.database.sample_usage.SampleUsageSource",
|
"sourcePythonClass": "metadata.ingestion.source.database.sample_usage.SampleUsageSource",
|
||||||
"connectionOptions": {
|
"connectionOptions": {
|
||||||
"sampleDataFolder": "./examples/sample_data"
|
sampleDataFolder: "/home/airflow/ingestion/examples/sample_data"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user