Johnny1cyber commented on code in PR #48245:
URL: https://github.com/apache/airflow/pull/48245#discussion_r2016571740
##########
task-sdk/src/airflow/sdk/definitions/connection.py:
##########
@@ -44,6 +44,7 @@ class Connection:
:param port: The port number.
:param extra: Extra metadata. Non-standard data such as private/SSH keys
can be saved here. JSON
encoded object.
+ :param uri: URI address describing connection parameters.
Review Comment:
Ok that makes sense. I will change it then.
--
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]