airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
### 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...
related: #39178 This PR intends to make `DatabricksNotebookOperator` deferrable
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...
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...
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 --- **^...
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...
### 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...
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...
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...