mobuchowski commented on PR #41889:
URL: https://github.com/apache/airflow/pull/41889#issuecomment-2324463504

   @potiuk does it really have different semantics?
   
   From what I can find, it's essentially a rename: 
   
   From AIP-39
   > We need a single date value that is the "canonical" date for the DagRun 
date, that can be used for sorting DagRuns for the UI view, so the current 
"execution_date" column on DagRun needs to be kept, but we should rename - and 
we've chosen "logical_date".
   
   Also [in the 
docstring](https://github.com/apache/airflow/pull/16352/files#diff-ffc28f0462bb68924dcaa55031ad885759562f6cb589744dd1e123dbbcd2ecf6R88):
   > This replaces ``execution_date`` in Airflow 2.1 and prior. The idea is 
essentially the same, just a different name.
   
   Basically, we want the same: the time when the DagRun is scheduled to be 
run, without consideration if it's actually going to run at that time, due to 
scheduler being backed up or other reason. 


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