MaksYermak commented on issue #49881: URL: https://github.com/apache/airflow/issues/49881#issuecomment-2872745176
> [@MaksYermak](https://github.com/MaksYermak) did you get a chance to get around this one? I didn't have time to check @kaxil's solution. I think this solution may suit us, but I am not sure that it will cover all functionality and I want to check it. > [@MaksYermak](https://github.com/MaksYermak) i think we can also try and leverage the get_uri method we expose? https://github.com/apache/airflow/blob/main/task-sdk/src/airflow/sdk/definitions/connection.py#L61 This solution does not suit us, because we need to create a `Connection` object. In the current implementation we create a `Connection` object using the `uri` parameter. In the solution which your proposed `get_uri` method exists only for an already created `Connection` object. -- 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