potiuk commented on code in PR #40078: URL: https://github.com/apache/airflow/pull/40078#discussion_r1635228756
########## airflow/providers/openlineage/sqlparser.py: ########## @@ -116,19 +117,26 @@ def from_table_meta( return Dataset(namespace=namespace, name=name if not is_uppercase else name.upper()) -class SQLParser: +class SQLParser(LoggingMixin): Review Comment: Those changes seem pretty unrelated - could we extrac them to a separate PR maybe? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org