Lee-W commented on code in PR #52703: URL: https://github.com/apache/airflow/pull/52703#discussion_r2181279835
########## task-sdk/src/airflow/sdk/definitions/asset/__init__.py: ########## @@ -186,13 +190,16 @@ def _sanitize_uri(inp: str | ObjectStoragePath) -> str: def _validate_identifier(instance, attribute, value): + is_mysql_backend = "mysql" in SQL_ALCHEMY_CONN Review Comment: Is this check accurate 🤔 not sure whether `mysql://` is better. or maybe there's a better way to check -- 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]
