airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
### Description In list dagruns, add missed_deadlines filter for dagruns with a deadline but that deadline is before the last_scheduling_decision. Sub-issue of #50574 ### Use case/motivation _No response_ ### Related...
### Description Enhance the `GithubHook` to support GitHub App installation authentication. While the hook currently supports only token-based authentication, adding support for GitHub App installation authentication will provide a more...
### Apache Airflow version 3.0.2 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? ## What Happened When below trigger was started and there was...
This PR introduces an improvement to the TableauHook by enhancing its logging functionality. It modifies the job status logging to include the object type (e.g., Workbook, Datasource) and object name...
Fixed all `/health` endpoint instances in the docs with v3 endpoint of `/api/v2/monitor/health`. This done because in Airflow 3, the `/health` endpoint is replaced by `/api/v2/monitor/health`. Closes: #49683 --- **^...
### Body We are kindly requesting that contributors to [Apache Airflow Helm Chart 1.17.0rc1](https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.17.0rc1) help test the RC. Please let us know by commenting if the issue is addressed in...
Had an excessive day checking for problems today and realized that K8sPodOperator produces a bit too much log noise in my view. I think it is okay to inform if...
…Helm chart This PR introduces a TTL (time-to-live) mechanism in conjunction with an LRU (least-recently-used) cache for StatsD metric aggregation. The change is designed to automatically clean up stale or...
### Apache Airflow version 3.0.1 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Unsure if this is my mistake, but the createUserJob fails on...
### Apache Airflow version 3.0.0 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? When I startup Airflow using airflow standalone, things work as expected:...