You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/01 11:55:27 UTC

[GitHub] [airflow] domagojrazum commented on pull request #23870: DAG regex flag in backfill command

domagojrazum commented on PR #23870:
URL: https://github.com/apache/airflow/pull/23870#issuecomment-1172266080

   @potiuk @uranusjr Thank you for the feedback.
   @uranusjr regarding your comment, regex is possible to be set as prefix of a DAG (without any special characters), and it would be impossible to detect if user meant it to set as regex, or as an exact dag_id. If I understood it correctly.
   @potiuk I added the suggestion with `--treat-dag-as-regex` flag. It seems to me that it's more intuitive for users to set a flag for already needed dag_id, instead of excluding and writing it (dag_id) as an argument for dag-regex flag, or writing dag_id twice.
   And also, yes/no question is added for detected dag list by regex search.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org