Taragolis commented on issue #39378:
URL: https://github.com/apache/airflow/issues/39378#issuecomment-2091041093
> We have OpenSearch provider but currently it can't be used with AWS auth
mechanisms.
My 2 cents, it is happen due to fundamental problem with Connections and
Hooks, it is very tight coupled with hooks and can't easily extend in current
implementation due to current Airflow design.
Some abstract example:
- 1 Hook which interact with some stuff, like AwsomeDbWhichEveryoneWantToUse
- 10 Operators, 5 sensors, 15 Triggers all of them use Hook
In this case it is required not only change implementation in hoop but also
change in operators, sensors, triggers. For each cloud provider with own auth
methods 🙄
--
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]