From 9ebc0cd5e407c852458ff1a91b362b6865e5d76f Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Wed, 26 Apr 2023 06:53:10 +0200 Subject: [PATCH] Fix sample usage DAG directory (#11276) --- ingestion/examples/airflow/dags/airflow_sample_usage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/examples/airflow/dags/airflow_sample_usage.py b/ingestion/examples/airflow/dags/airflow_sample_usage.py index 13a72a7bdc3..5852726b5d2 100644 --- a/ingestion/examples/airflow/dags/airflow_sample_usage.py +++ b/ingestion/examples/airflow/dags/airflow_sample_usage.py @@ -42,7 +42,7 @@ config = """ "type": "CustomDatabase", "sourcePythonClass": "metadata.ingestion.source.database.sample_usage.SampleUsageSource", "connectionOptions": { - "sampleDataFolder": "./examples/sample_data" + sampleDataFolder: "/home/airflow/ingestion/examples/sample_data" } } },