bbovenzi commented on code in PR #71978:
URL: https://github.com/apache/airflow/pull/71978#discussion_r3845572285


##########
airflow-core/src/airflow/api_fastapi/core_api/routes/public/backfills.py:
##########
@@ -372,6 +375,7 @@ def create_backfill_dry_run(
             reprocess_behavior=body.reprocess_behavior,
             dag_run_conf=body.dag_run_conf,
             session=session,
+            task_id_pattern=body.task_id_pattern,

Review Comment:
   We need to have a larger discussion on if this a feature we want to support 
as a whole.
   
   But at the minimum, this needs to be a defined list of task_ids not a regex 
pattern match.



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