phanikumv commented on code in PR #68442:
URL: https://github.com/apache/airflow/pull/68442#discussion_r3418711961


##########
airflow-core/src/airflow/models/backfill.py:
##########


Review Comment:
   ```suggestion
               triggered_by=DagRunTriggeredByType.BACKFILL,
               partition_date=info.partition_date
   ```
   
   In practice the scheduler does not read partition_date during execution. The 
only visible effect is in the calendar UI, which would show the run anchored to 
its logical_date instead of the calendar date it actually belongs
   to.  Just wanted to flag it in case it was a gap rather than a deliberate 
choice.



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