potiuk commented on PR #54582:
URL: https://github.com/apache/airflow/pull/54582#issuecomment-3197567000

   > In this case, eks_get_token is a tool that depends on Airflow's ORM to 
correctly access AWS credentials stored in the metadata database. While Airflow 
3 tries to reduce ORM dependency, some actions still require it for specific 
use cases like reading connection settings.
   
   task.sdk already supports retrieving credentials stored in airflow 
configuration and this is THE way to retrieve it. I assume     this command is 
run internally in the worker, not maually by the user at some point in time, 
and in this case just using Connection.get() from `task.sdk` is THE way of 
retrieving it - with potentially fallback of using older mechanism when 
task.sdk is not installed. @amoghrajesh @kaxil @ashb -> am I right here?
   
   


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to