potiuk commented on code in PR #40078:
URL: https://github.com/apache/airflow/pull/40078#discussion_r1635232608


##########
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:
   BTw. One reason why splitting is good idea is that we migh then be able to 
revert just **fork** change in case we find it causes some problems - other 
changes look much safer.



-- 
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

Reply via email to