You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/29 17:55:41 UTC

[GitHub] [airflow] dstandish commented on issue #15271: When retrieving connections from AWS secret manger emr_hook.py should convert strings to their expected format

dstandish commented on issue #15271:
URL: https://github.com/apache/airflow/issues/15271#issuecomment-981874440


   @Yuvaneshnm how did you produce your URI?
   
   Try using `Connection.get_uri` to produce your URI. (first build the connection object in the normal python way e.g. `Connection(password='...', ...)`.
   
   This will produce a URI that can be parsed back to the identical connection.  Update secrets manager to use the URI.
   
   I will close for now but reply if there are issues.


-- 
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-unsubscribe@airflow.apache.org

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