htgeis opened a new pull request #12825:
URL: https://github.com/apache/airflow/pull/12825
Sometimes, the key_file path users defined in the ssh connection is not a
absolute path but a path combined with shell variable e.g.
`${AIRFLOW_HOME}/**/**.rsa` or `${SECRET_FOLDER}/**/**.rsa.`
These variables maybe change in the future and it's better not to do hard
code in the connection.
So I think it should be useful to support expanding the key file path in
ssh hook.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]