amoghrajesh commented on code in PR #64246:
URL: https://github.com/apache/airflow/pull/64246#discussion_r2993223798


##########
airflow-core/src/airflow/api_fastapi/execution_api/routes/connections.py:
##########
@@ -33,13 +33,19 @@ async def has_connection_access(
     token=CurrentTIToken,
 ) -> bool:
     """Check if the task has access to the connection."""
-    # TODO: Placeholder for actual implementation
 
     log.debug(
         "Checking access for task instance with key '%s' to connection '%s'",
         token.id,
         connection_id,
     )
+
+    # The current version of Airflow does not support true
+    # multi-tenancy yet (this is well-documented at

Review Comment:
   ```suggestion
       # The current version of Airflow does not support
       # multi-tenancy yet (this is well-documented at
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to