tshirtman commented on PR #32303: URL: https://github.com/apache/airflow/pull/32303#issuecomment-1812524689
So a side effect of that is that `.airflowignore` regex mode now can’t use backward or forward lookup, this seems a bit hand heavy considering if someone untrusted can modify this file, we certainly have bigger problems on our hands. I’ll see if i can implement our requirements (dags are prefixed with `dag_` so we ignore everything that doesn’t start with that) using the glob matcher, but it seems like a common enough use-case that breaking it like this is surprising. -- 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]
