airflow icon indicating copy to clipboard operation
airflow copied to clipboard

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

Results 1085 airflow issues
Sort by recently updated
recently updated
newest added

This PR adds `scheduler.hostAliases` and `webserver.hostAliases` parameter in helm chart in order to use [kubernetes HostAliases](https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/) in scheduler and webserver pods.

area:helm-chart

This adds a liveness probe to our workers, to help guard against the worker being "up" but not communicating with Celery. Might help with #24731, though it'll be a pretty...

area:helm-chart

### Apache Airflow version main (development) ### What happened Any mapped task will do, but here's a DAG with two: ```python3 with DAG( dag_id="zip_tf", schedule_interval=timedelta(days=30 * 365), start_date=datetime(1970, 1, 1),...

kind:bug
area:UI
reported_version:main_branch

There are two issues with mapped sensor with `reschedule` mode. First, the reschedule table is being populated with a default map_index of -1 even when the map_index is not -1....

area:serialization
area:core-operators

According to k8s's docs on pod phase [1], "Running" state means "The Pod has been bound to a node, and all of the containers have been created. At least one...

area:providers
area:kubernetes

### Body I have a kind request for all the contributors to the latest provider packages release. Could you please help us to test the RC versions of the providers?...

kind:meta

splitting out to other PR so as not to block main one

area:kubernetes

While releasing the providers two small problems were detected (as I recreated all my envs from scratch and released even rc3 this time :)) --- **^ Add meaningful description above**...

area:dev-tools

### Discussed in https://github.com/apache/airflow/discussions/25638 See the discussion. There are a couple of improvements that can be done: * add atribute to download the log rather than open it in-browser *...

area:webserver
kind:feature
good first issue
area:UI

Updating statsd-exporter `mappings.yml` file, for all current Airflow supported metrics that require mapping - metrics with variable name that can be mapped to Prometheus label (like job/dag/task_id). > We should...

area:helm-chart