diff --git a/Dockerfile b/Dockerfile index 947bf58..b559afd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1 @@ FROM quay.io/astronomer/astro-runtime:12.1.1 - diff --git a/dags/exampledag.py b/dags/exampledag.py index 2cc7169..8b08b7b 100644 --- a/dags/exampledag.py +++ b/dags/exampledag.py @@ -26,7 +26,6 @@ import requests - # Define the basic parameters of the DAG, like schedule and start_date @dag( start_date=datetime(2024, 1, 1),