guan404ming commented on code in PR #48706:
URL: https://github.com/apache/airflow/pull/48706#discussion_r2026148650
##########
providers/mysql/src/airflow/providers/mysql/hooks/mysql.py:
##########
@@ -363,3 +363,46 @@ def get_openlineage_database_dialect(self, _):
def get_openlineage_default_schema(self):
"""MySQL has no concept of schema."""
return None
+
+ def get_uri(self) -> str:
+ """Get URI for MySQL connection."""
+ from urllib.parse import quote_plus
Review Comment:
Sure!
--
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]