airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
### Description Current liveness check probes use the 'airflow jobs' command which directly queries the backend DB as opposed to actually querying an endpoint or checking the status of the...
### Apache Airflow version Other Airflow 2 version ### What happened Running following cli command: """ airflow tasks render test-dynamic-mapping consumer scheduled__2022-09-18T15:14:15.107780+00:00 --map-index """ fails with exception: Traceback (most recent...
This PR reverts a change made in https://github.com/apache/airflow/pull/25657 to the Airflow docs home page. I understand the desire to push TaskFlow usage but don't think this is the right place....
This PR fleshes out the dataset list view, displaying the last update datetime of each dataset. The endpoint can also sort by `last_dataset_update` (latest first or oldest first) or by...
### Apache Airflow version 2.2.5 ### What happened `on_failure_callback` is not called when task is terminated externally. A similar issue was reported in [#14422](https://github.com/apache/airflow/issues/14422) and fixed in [#15172](https://github.com/apache/airflow/pull/15172). However, the...
**Description** Replace the Configuration JSON text-area with a form that has individual input fields for each key & value. This will remove the need for the user to provide a...
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers `apache-airflow-providers-amazon==5.1.0` ### Apache Airflow version 2.3.4 ### Operating System Linux ### Deployment Astronomer ### Deployment details _No response_ ###...
### Apache Airflow version Other Airflow 2 version (2.3.4) ### What happened Hi, I'm trying to downgrade the Airflow DB migrations and the [0102_2_3_0_switch_xcom_table_to_use_run_id.py](https://github.com/apache/airflow/blob/main/airflow/migrations/versions/0102_2_3_0_switch_xcom_table_to_use_run_id.py) seems to not handle the `xcom_pkey`...
### What do you see as an issue? According to Airflow documentation, it's now possible to run multiple Airflow Schedulers starting with Airflow 2.x. What's not clear from the documentation...
closes: ISSUE-18468 and ISSUE-23114 In case if a SparkApplications has a sidecar container, SparkKubernetesSensor fails to retrieve logs for the application because the container name is not specified. According to...