vagetablechicken commented on code in PR #63882:
URL: https://github.com/apache/airflow/pull/63882#discussion_r2957457379


##########
airflow-core/src/airflow/example_dags/example_inlet_event_extra.py:
##########
@@ -33,7 +33,7 @@
 with DAG(
     dag_id="read_asset_event",
     catchup=False,
-    start_date=datetime.datetime.min,
+    start_date=datetime.datetime(1970, 1, 1),

Review Comment:
   Timezone-aware is better, but they're a bit lengthy, so I followed other 
examples. I'll accept suggestions.



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to