Abdulrehman-PIAIC80387 commented on issue #68612:
URL: https://github.com/apache/airflow/issues/68612#issuecomment-4716113698

   Thanks for the report! I couldn't reproduce this on `main` — serializing a 
DAG with a default-`logical_date` `TriggerDagRunOperator` twice gives an 
identical DAG-version hash (same for `logical_date=None`), so no version bump.
   
   The default isn't `utcnow()` — it's stored as the `NOTSET` sentinel and only 
resolved to `utcnow()` at execute time, so it's never serialized.
   
   Could you retest on **3.2.2**/`main` and share a minimal DAG + how you're 
seeing the version increment? That'll help narrow it down.


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