dstandish opened a new pull request, #34743: URL: https://github.com/apache/airflow/pull/34743
Now, typically, the "schedule interval" expression would be passed via param "schedule" since "schedule_interval" was deprecated. So we should not use the underscore here (which is a remnant of the old var name) but just use either "interval" or "schedule interval", thus referring either to the concept (and not the param name) or the actual local function argument. -- 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]
