uranusjr opened a new pull request, #45370:
URL: https://github.com/apache/airflow/pull/45370

   This aims to make the interface more straightforward, removing auto 
inference logic from the function. Most importantly, it is now entirely the 
caller site's responsibility to provide valid run_id and run_type values, 
instead of the function automatically inferring one from the other under 
certain conditions.
   
   The main goal is to make changes simpler when we make logical date an 
optional (nullable) value. run_id generation is currently very heavily based on 
the logical date, and will need to be changed a bit when logical date is None. 
Removing logic should help us change the run_id generation logic easier.
   
   p.s. not yet ready, many tests should fail.


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