From b8aa3e5b06a7499de917e19fa12dfed33870c2f9 Mon Sep 17 00:00:00 2001 From: John Tsai Date: Wed, 25 Sep 2024 12:26:46 -0400 Subject: [PATCH] Fix file name for example DAG (#6) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f34315..fca4e12 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Then fill in the fields for "Connection Id" (`anomalo-default` is the default co 2. Job Sensor `airflow.providers.anomalo.sensors.anomalo.AnomaloJobCompleteSensor` 3. Validate table checks: `airflow.providers.anomalo.operators.anomalo.AnomaloPassFailOperator` -3. See `anomalo_dag_example.py` for usage example +3. See `example_anomalo.py` for usage example ## Releasing to PyPi