airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
Let's just use the existing chakra-ui ones. We had to custom implement these originally but now we don't need to. --- **^ Add meaningful description above** Read the **[Pull Request...
We will move callbacks to workers. TBD on “how”. Options: 1. Moving callbacks to workers as a separate activity. 2. Running callbacks as teardown task. 3. Deprecate (not remove) concept...
## Description This will add the ability to set pod disruption budget resources for either the triggerer and/or worker pods. These are disabled by default as to not cause a...
--- This PR adds support to the Airflow Helm chart for disabling the service account token automounting into the Airflow Scheduler pods. This might be restricted by cluster policies for...
closes: #54800 ### Description This PR restores and enhances the ability to pre-populate the **Trigger DAG** and **Backfill** forms via URL query parameters in the Airflow 3.0 UI. This feature...
### Apache Airflow version 3.1.3 ### If "Other Airflow 2/3 version" selected, which one? _No response_ ### What happened? I tried to upgrade my airflow helm chart from version 3.0.2...
A lot of our `components/ui` files are no longer necessary. This PR removes FileUpload and InputGroup in favor of using Chakra's out-of-the-box components. Also: - removed advanced section from the...
closes: #53443 related: #56854 Enables the personalization of Chakra's UI theme via `theme` configuration property Currently only the ``brand`` color palette can be customized. Modifying the `brand` color palette you...
### Apache Airflow version 3.1.3 ### If "Other Airflow 2/3 version" selected, which one? _No response_ ### What happened? When you clear a dag run, it changes the state to...
Add __iter__ methods to Accessor classes to prevent debugger introspection from triggering infinite loops in __getattr__. Issue: #51861 --- **^ 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...