hey guys, I have a question - I would like to call an external service that is running from a sensor agent, in Flyte, what is the way to establish connection to an external service?
for example, what I’m looking for is the equivalent of
this in Airflow get_connection (source code
here), in Airflow, I would implement a Hook/Client that I want and extend this baseHook class to establish connection, is there a way to do it in Flyte?