diff --git a/dags/exampledag.py b/dags/exampledag.py index 8b08b7b..2cc7169 100644 --- a/dags/exampledag.py +++ b/dags/exampledag.py @@ -26,6 +26,7 @@ import requests + # Define the basic parameters of the DAG, like schedule and start_date @dag( start_date=datetime(2024, 1, 1),