prabhusneha commented on code in PR #45062: URL: https://github.com/apache/airflow/pull/45062#discussion_r1905907985
########## airflow/models/backfill.py: ########## @@ -158,72 +151,125 @@ def validate_sort_ordinal(self, key, val): def _create_backfill_dag_run( Review Comment: The current implementation is based on the following comments. https://github.com/apache/airflow/pull/45062#discussion_r1897349296 https://github.com/apache/airflow/pull/45062#discussion_r1897346260 This can be used by both cli and api. The modifications to `_create_backfill_dag_run`shouldn't affect anything related to existing cli or api functionality. Are there any potential downsides to modifying this path? -- 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]
