mik-laj commented on a change in pull request #9982:
URL: https://github.com/apache/airflow/pull/9982#discussion_r460296243



##########
File path: airflow/providers/google/cloud/example_dags/example_datafusion.py
##########
@@ -133,13 +133,11 @@
 }
 # [END howto_data_fusion_env_variables]
 
-default_args = {"start_date": dates.days_ago(1)}
 
 with models.DAG(
     "example_data_fusion",
-    default_args=default_args,
     schedule_interval=None,  # Override to match your needs
-) as dag:
+    start_date=dates.days_ago) as dag:

Review comment:
       ```suggestion
       start_date=dates.days_ago(1)) as dag:
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to