airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
I’m struggling with documentation, and have yet to implement actual sanitisation logic. And it seems like a lot of the URIs (especially file-like ones) don’t actually need any validation at...
### Description We occasionally see KubernetesExecutor tasks getting lost in cyberspace with no logs describing why in the airflow UI. If admins looks into the scheduler logs (Airflow 2.7.1), the...
### Apache Airflow version 2.8.1 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Marking task state as Failed or Success without task instance edit...
### Apache Airflow version 2.8.1 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? No Access denied message when user tries to view task logs...
### Apache Airflow version 2.8.1 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? We are displaying "Your user has no roles and/ or permissions!"...
### Apache Airflow version 2.8.1 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? - Received 403 error when user having DAGs.can_edit, Task Instances.can_edit tries...
### Description The absence of task names in the DAG details API necessitates separate calls for task and DAG information, hindering process efficiency. ### Use case/motivation Currently, task names are...
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-google==10.9.0 ### Apache Airflow version 2.7.2 ### Operating System Linux ### Deployment Amazon (AWS) MWAA ### Deployment details _No...
### Apache Airflow version 2.6.3 ### What happened when you click on `Execution Date` on the ui `http://XXXX:XXX/xcom/list/` the webserver fail ```log {app.py:1744} ERROR - Exception on /xcom/list/ [GET] Traceback...
### Body Part of https://github.com/apache/airflow/issues/10742. Recently we enable [D105](https://docs.astral.sh/ruff/rules/undocumented-magic-method/) pydocstyle rule, however we still have some modules which do not follow D105 rule yet. It would be nice if the...