From e47f791aa789ff2b6f87e8138089c06af35fe205 Mon Sep 17 00:00:00 2001 From: neel-astro Date: Fri, 27 Sep 2024 17:36:50 +0530 Subject: [PATCH] image-and-dags - update non-dag and dag folder --- Dockerfile | 1 - dags/exampledag.py | 1 - 2 files changed, 2 deletions(-) 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),