airflow icon indicating copy to clipboard operation
airflow copied to clipboard

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

Results 1281 airflow issues
Sort by recently updated
recently updated
newest added

In SchedulerJobRunner, in _create_dag_runs, we do except Exception: ... continue but this does not work when the exception is the result of a db error; in that case you need...

area:Scheduler

In favor of #56212. Same change but the branch is in the airflow repo so that anybody can update it. --- **^ Add meaningful description above** Read the **[Pull Request...

area:providers
full tests needed
provider:fab
all versions

### Apache Airflow version main (development) ### If "Other Airflow 2/3 version" selected, which one? _No response_ ### What happened? All executors, even as simple as the `LocalExecutor` try to...

kind:bug
area:API
area:core
affected_version:3.1

Fix DAG processor crash on MySQL connection failure during import error recording Fixes #59166 The DAG processor was crashing when MySQL connection failures occurred while recording DAG import errors to...

area:DAG-processing
backport-to-v3-1-test

--- **^ 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...

area:providers
provider:hashicorp

## Description fixes `BaseXCom.get_all()` to return an empty list instead of `None` when no XCom values are found, ensuring the implementation matches the documented behavior. the `BaseXCom.get_all()` method's docstring explicitly...

area:task-sdk

## Copilot Summary This pull request updates the i18n (internationalization) release workflow and documentation to clarify the process for translation completeness checks and translation freeze periods. It also improves the...

area:dev-tools
area:UI
backport-to-v3-1-test
area:translations

Bumps the core-ui-package-updates group with 59 updates in the /airflow-core/src/airflow/ui directory: | Package | From | To | | --- | --- | --- | | [@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react) | `3.20.0` |...

area:UI
javascript
dependencies