airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
### Apache Airflow version Other Airflow 2 version ### What happened with List Task Instance airflow webUI,when we search the task which state is null,the result is:no records found. ###...
closes: https://github.com/apache/airflow/issues/25504 related: https://github.com/apache/airflow/issues/25504 This PR adds support for MS Teams operator and hook for communicating with MS Teams channels
This adds functionality to notify a list of emails if a dag fails to import, and uses a variable in airflow.cfg to assign emails to be notified (instead of attempting...
@RobbeSneyders @vincbeck @potiuk Hi all! I have opened a PR in main repository so more people can be involved in this discussion :) based on the conversation in this issue...
--- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)** for more information. In case of fundamental code changes, an Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals)) is needed. In case of...
### Apache Airflow version 2.8.1 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? After observing `_airflow_parsing_context_manager` in `airflow/utils/dag_parsing_context.py` i can see that it is...
closes: #35012 --- Enhancement on this PR: - Support all the other connection parameters that exists on the ``pydruid.connect`` in the `get_conn` method. - Connections documentation - Fix return values...
I recall someone (is it @ashb?) mentioning somewhere else most provider-supplied features are defined in `provider.yml` instead of in Python code.
### Apache Airflow Provider(s) cncf-kubernetes ### Versions of Apache Airflow Providers apache-airflow-providers-amazon==8.14.0 apache-airflow-providers-celery==3.5.1 apache-airflow-providers-cncf-kubernetes==7.12.0 apache-airflow-providers-common-io==1.1.0 apache-airflow-providers-common-sql==1.10.0 apache-airflow-providers-discord==3.5.0 apache-airflow-providers-docker==3.8.2 apache-airflow-providers-elasticsearch==5.3.0 apache-airflow-providers-ftp==3.7.0 apache-airflow-providers-google==10.13.0 apache-airflow-providers-grpc==3.4.0 apache-airflow-providers-hashicorp==3.6.0 apache-airflow-providers-http==4.8.0 apache-airflow-providers-imap==3.5.0 apache-airflow-providers-microsoft-azure==8.4.0 apache-airflow-providers-mysql==5.5.0 apache-airflow-providers-odbc==4.2.0 apache-airflow-providers-openlineage==1.3.0 apache-airflow-providers-postgres==5.9.0...
### Description In event logs, we keep track of `dag_id` and `task_id` when relevant. But any task action is happening to a task instance but it is hard to tell...