Vincent
Vincent
Implement `batch_is_authorized_*` APIs in AWS auth manager --- **^ 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...
Add the feature to adopt abandoned tasks in the Batch executor. Similar to #37786 but with Batch. --- **^ 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...
These metrics send CPU and memory usage for each task. They are sent as gauge every second. --- **^ 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...
If the executor fails to start a task, the user will not see any logs in the UI because the task has not started. This PR leverages `TaskContextLogger` implemented in...
Auth managers have the possibility of implementing their own views. To do that, it had to be done in the security manager override. The security manager override had been creating...
### Description The purpose of this task is to describe the auth manager that is intended to be the default auth manager in Airflow 3. For convenience, we'll call it...
## Goal Set-up authentication using JWT token in UI API. The UI API should be protected hy authentication using JWT token. This PR creates the logic behind JWT token authentication....
Resolves #44882 and #44847. Today there is an option to extend the Flask Rest API in the auth manager interface. That allows, for instance, the FAB auth manager to extend...
Based on this [conversation](https://github.com/apache/airflow/pull/44456#discussion_r1876200836), it is better to use `hash` instead of `repr` to identify an object. --- **^ 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...
Revert the revert #45057 of #44744. It failed because of: ``` Traceback (most recent call last): File "/opt/airflow/./scripts/ci/pre_commit/compile_www_assets.py", line 86, in if is_fab_provider_installed(): File "/opt/airflow/./scripts/ci/pre_commit/compile_www_assets.py", line 79, in is_fab_provider_installed return...