match-jasoncavnar opened a new issue, #35089:
URL: https://github.com/apache/airflow/issues/35089

   ### Description
   
   Add a keyword option at the task level to conditionally set if the task 
should be skipped on DAG run.
   
   ### Use case/motivation
   
   We would like to run our DAG in three environments; Dev, QA, and Prod. In 
Dev and QA we have sensors and file download tasks that would fail because the 
files do not exist in the environments. The skip keyword would allow us to 
conditionally set if the task should be skipped based on the DAG running in our 
DEV and QA envrionments.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a 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