This is an automated email from the ASF dual-hosted git repository.
jasonliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 96bba7460a7 Remove completed JWT token dependency TODO from
assets.pyand asset_events.py (#63045)
96bba7460a7 is described below
commit 96bba7460a7e909683366c1c805a7f190fcd0e5a
Author: Henry Chen <[email protected]>
AuthorDate: Mon Mar 9 17:46:30 2026 +0800
Remove completed JWT token dependency TODO from assets.pyand
asset_events.py (#63045)
---
.../src/airflow/api_fastapi/execution_api/routes/asset_events.py | 1 -
airflow-core/src/airflow/api_fastapi/execution_api/routes/assets.py | 1 -
2 files changed, 2 deletions(-)
diff --git
a/airflow-core/src/airflow/api_fastapi/execution_api/routes/asset_events.py
b/airflow-core/src/airflow/api_fastapi/execution_api/routes/asset_events.py
index 4525a9140e5..d0ecc3d3ada 100644
--- a/airflow-core/src/airflow/api_fastapi/execution_api/routes/asset_events.py
+++ b/airflow-core/src/airflow/api_fastapi/execution_api/routes/asset_events.py
@@ -31,7 +31,6 @@ from airflow.api_fastapi.execution_api.datamodels.asset_event
import (
)
from airflow.models.asset import AssetAliasModel, AssetEvent, AssetModel
-# TODO: Add dependency on JWT token
router = APIRouter(
responses={
status.HTTP_404_NOT_FOUND: {"description": "Asset not found"},
diff --git
a/airflow-core/src/airflow/api_fastapi/execution_api/routes/assets.py
b/airflow-core/src/airflow/api_fastapi/execution_api/routes/assets.py
index 316d4fab477..40397e44f43 100644
--- a/airflow-core/src/airflow/api_fastapi/execution_api/routes/assets.py
+++ b/airflow-core/src/airflow/api_fastapi/execution_api/routes/assets.py
@@ -26,7 +26,6 @@ from airflow.api_fastapi.common.db.common import SessionDep
from airflow.api_fastapi.execution_api.datamodels.asset import AssetResponse
from airflow.models.asset import AssetModel
-# TODO: Add dependency on JWT token
router = APIRouter(
responses={
status.HTTP_404_NOT_FOUND: {"description": "Asset not found"},