dstandish opened a new pull request, #35898: URL: https://github.com/apache/airflow/pull/35898
The param URI in connection has confusion potential because it makes it appear as though URI is a possible attr of the Connection object (which is not exactly a crazy thought). We can reduce such confusion by forcing users to a class method `from_uri` which makes the meaning of the URI a bit more clear, and has a parallel method in `from_json`. -- 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]
