uranusjr commented on code in PR #43902:
URL: https://github.com/apache/airflow/pull/43902#discussion_r1839360194


##########
newsfragments/43902.significant.rst:
##########
@@ -0,0 +1,5 @@
+Renamed ``execution_date`` to ``logical_date`` across the codebase to align 
with Airflow 3.0.
+
+The shift towards ``logical_date`` helps move away from the limitations of 
``execution_date``, particularly with dynamic DAG runs and cases where multiple 
runs occur at the same time. This change impacts database models, templates, 
and functions:

Review Comment:
   ```suggestion
   The shift towards ``logical_date`` helps move away from the limitations of 
``execution_date``, particularly with dynamic DAG runs and cases where multiple 
runs occur at the same time. This change impacts database models, templates, 
and functions:
   
   ```
   
   Needs an extra empty line to fix rendering.



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