kennethz3 opened a new issue, #56299:
URL: https://github.com/apache/airflow/issues/56299

   ### Apache Airflow version
   
   3.1.0
   
   ### If "Other Airflow 2 version" selected, which one?
   
   _No response_
   
   ### What happened?
   
   Upgraded from Airflow 3.0.7 to Airflow 3.1.0 and the negation has to be 
before the exclusion for my DAG to appear in the UI.
   
   Behaviour before:
   ```
   *.py
   !dag_to_appear.py
   ```
   
   Behaviour after:
   ```
   !dag_to_appear.py
   *.py
   ```
   
   If I understand correctly in [the 
docs](https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/dags.html#airflowignore)
 negations should come after the generic exclusion.
   
   ### What you think should happen instead?
   
   _No response_
   
   ### How to reproduce
   
   Write the negation after exclusion pattern.
   
   ### Operating System
   
   MacOS with Podman Desktop
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Docker-Compose
   
   ### Deployment details
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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-unsubscr...@airflow.apache.org.apache.org

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

Reply via email to