[I] Conditional Task Skip option [airflow]

2023-10-20 Thread via GitHub
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

Re: [I] Conditional Task Skip option [airflow]

2023-10-20 Thread via GitHub
boring-cyborg[bot] commented on issue #35089: URL: https://github.com/apache/airflow/issues/35089#issuecomment-1773331065 Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for ap

Re: [I] Conditional Task Skip option [airflow]

2023-10-20 Thread via GitHub
abhishekbhakat commented on issue #35089: URL: https://github.com/apache/airflow/issues/35089#issuecomment-1773678144 Why don't you just set different environment variables for your environments and use AirflowSkipException to skip a task. Something like: ```python if os.env

Re: [I] Conditional Task Skip option [airflow]

2023-10-21 Thread via GitHub
eladkal closed issue #35089: Conditional Task Skip option URL: https://github.com/apache/airflow/issues/35089 -- 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-