LIU ZHE YOU
LIU ZHE YOU
closes: #42933 Same filter with public [`get_dags`](https://github.com/apache/airflow/blob/57500b6608fcbd3bfaa1ddbe6364899ac3f8c251/airflow/api_fastapi/core_api/routes/public/dags.py#L60-L68) endpoint, but remove order_by params.
closes: #42713 Migrate from https://github.com/apache/airflow//blob/main/airflow/www/views.py#L1035-L1038
### Description Related context: https://github.com/apache/airflow/issues/44753#issuecomment-2526209568 TL;DR After conducting some research and implementing a POC, I would like to propose a potential solution. However, this solution requires changes to the `airflow.utils.log.file_task_handler.FileTaskHandler`....
related: #45079 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)** for more information. In case of fundamental code changes, an Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals)) is needed. In...
### Why This improves maintainability and reduces the risk of errors from typos or inconsistent usage. ### What Use the `ExecutionType` Enum to represent execution type arguments, replacing the use...
related issue: #45079 related PR: #45129 related discussion on slack: https://apache-airflow.slack.com/archives/CCZRF2U5A/p1736767159693839 ## Why In short, this PR aims to eliminate OOM issues by: - Replacing full log sorting with a...
## Why I'm using Spark Operator with Enterprise Gateway, with the `kernel.shareGatewayNamespace=true` option enabled via Helm. The Enterprise Gateway runs under the `enterprise-gateway` namespace, and I need to set `EG_DEFAULT_KERNEL_SERVICE_ACCOUNT_NAME="spark-operator-spark"`....
Here is the breakdown of sub-issues for the [Scenario rollback feature #804](https://github.com/krkn-chaos/krkn/issues/804) to improve task tracking. ## TODO Items ### Design - [x] Design Doc: [CNCF - Krkn: Chaos Scenario...
## Description Separate `kubevirt-vm-outage` scenario out of #887 PR, so `kubevirt-vm-outage` one can be reviewed or merged independently. ## Documentation - [x] **Is documentation needed for this update?** If checked,...
## Description This PR is depends on #879 (Perform rollback ). Here is the difference between https://github.com/krkn-chaos/krkn/pull/879: https://github.com/jason810496/krkn/compare/a2247e0cda632b518ff21ce27fe14e16bb257700..d0bfcb3acf44f80acdbf33be33a7b4f84c1a297a . ## What - The scenarios include in this phase - `kubevirt-vm-outage`...