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

### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened I have been experiencing the tasks are getting stuck in running state forever when the DB...

kind:bug
area:core
affected_version:2.3
Stale Bug Report

related: #39178 This PR intends to make `DatabricksNotebookOperator` deferrable

area:providers
provider:databricks

closes #39368 By reusing the `get_validators` function, we can incorporate pattern search to include allow/block lists.

closes: #39352 Mock yandex sdk client to prevent grpc failures. I checked and tested and proposed solution by @Taragolis. It fixes the issue. I also shut off wifi to double...

area:providers
changelog:skip
provider:yandex

Adding a new precommit hook to check for formatting for faulty changelog files. To avoid issues such as https://github.com/apache/airflow/pull/39347 which broke many breeze scripts. Output example after introducing bug like...

area:dev-tools

Bring back the changes in https://github.com/apache/airflow/pull/36228 and improve the type annotation. As mentioned in https://github.com/apache/airflow/pull/36228, we don't really need to call `pod_manager.read_pod_logs` and could call `client.read_namespaced_pod_log` directly instead --- **^...

area:providers
provider:cncf-kubernetes

related: #11334 We've been seeing requests for a dark mode feature in the Airflow UI for a while now. I tested it using docker-compose.yaml. After testing, I was able to...

area:webserver
area:UI

### Description Currently, only start date and duration of a task instance are displayed in the tooltip. It will be useful to display the end date too since some of...

kind:feature
area:UI

Show task failed dependencies when task is in scheduled or none state. None state helps to capture issues when the execution date is in future, depends_on_past fails with past task...

area:webserver
area:API
area:UI

The alembic autogeneration is not working as expected and the tests were not detecting it because we use DBs created from the ORM to run tests. When a change is...

kind:documentation
full tests needed
area:db-migrations