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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to