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

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

area: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...

area:helm-chart

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:...

area:DAG-processing
AIP-66: DAG Bundle/Manifest

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

backport-to-v3-0-test

### 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...

kind:bug
area:providers
good first issue
provider:microsoft-mssql

### 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...

kind:bug
area:core
affected_version:3.0

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

area:UI

### 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...

kind:bug
area:logging
pending-response
area:core
affected_version:3.0

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

stale
provider:standard

### 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...

kind:feature
area:UI