airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
Improve error handling for DAG access in API endpoints This PR improves error handling when accessing DAGs via API endpoints: - Add consistent error handling for DAG access across API...
The Helm schema validation for `apiServer.env` should allow specifying static values, values from ConfigMaps, and values from Secrets, the same as all of the other services. Update the `values.schema.json` so...
implements S3 dag bundle, with this end user could set an `S3 bucket` and `prefix`(sub folder) as a dag bundle source. related wiki [AIP-66: DAG Bundles & Parsing](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=294816356) related project:...
Hi folks, When I was studying issue #51320, I found there is an indentation issue that causes the code after the first `return False` to never be reached. Hence, I'm...
### Apache Airflow Provider(s) microsoft-mssql ### Versions of Apache Airflow Providers apache-airflow-providers-microsoft-mssql==4.4.2 ### Apache Airflow version 2.10.5 ### Operating System RHEL 8.10 ### Deployment Virtualenv installation ### Deployment details _No...
### Apache Airflow version 3.0.2 ### If "Other Airflow 2 version" selected, which one? 2.10.2 ### What happened? ### Summary The behavior of `TaskInstance.xcom_pull()` when `task_ids=None` has changed between Airflow...
**Add Hindi translations for Airflow UI** This PR adds support for Hindi (`hi`) translations in the Airflow UI. It includes the initial `common.json` and other relevant files in `airflow-core/src/airflow/ui/src/i18n/locales/hi`. related:...
### Apache Airflow version 3.0.1 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? The problem in our system is that the logging does not...
Given the default `Test Connection` method in the Airflow UI being disabled, I find myself frequently writing similar code to this, while implementing a "Canary DAG" patterns Additionally - as...
### Description It would be very useful to have the ability to search/filter/sort dynamically mapped tasks by the corresponding named mapping field. Currently the Airflow UI doesn't provide any such...