airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
### Body This issue aims to update in the front-end how we do the clearing of task instances and dag runs. With AIP-66, clearing a task in the past doesn't...
### Description ### Use case/motivation https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-74+Introducing+Data+Assets ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ###...
closes: #44351 "Retries" are majorly handled in airflow 2.x in here: https://github.com/apache/airflow/blob/main/airflow/models/taskinstance.py#L3082-L3101. The idea here is that in case a task is retry able, defined by https://github.com/apache/airflow/blob/main/airflow/models/taskinstance.py#L1054-L1073, the task is...
Related: https://github.com/apache/airflow/issues/43035 These are the stats comparing `uvicorn.run()` with` Gunicorn + GunicornMonitor` Comparison: Uvicorn vs. Gunicorn Performance Request Statistics Metric | Uvicorn | Gunicorn -- | -- | -- Total...
## Summary - Moved all translation (i18n) files from `ui/src/i18n/locales` to `ui/public/i18n/locales`. - Adopted `i18next-http-backend` to load translation files via HTTP dynamically. - Updated FastAPI static file serving logic to...
### Apache Airflow version 3.0.2 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? The exception occurred when the DAG ran with `dag.test()` attempted to...
### Apache Airflow version 3.0.2 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Python debugger in VSCode starts infinite variable loading when the first...
As per private chat... the previous link was pointing to an outdated line-numer in code. Therefore we better link to APIdoc of the class we wanted to reference.
Implement the method `filter_authorized_menu_items` in `KeycloakAuthManager`. This method is used by Airflow to figure if a user has access to a given menu item. --- **^ Add meaningful description above**...