airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
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...
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...
### 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...
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...
--- **^ 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...
## 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...
## 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...
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` |...