eladkal commented on code in PR #41284:
URL: https://github.com/apache/airflow/pull/41284#discussion_r1705836969


##########
airflow/providers/openlineage/utils/utils.py:
##########
@@ -647,20 +653,6 @@ def get_filtered_unknown_operator_keys(operator: 
BaseOperator) -> dict:
     return {attr: value for attr, value in operator.__dict__.items() if attr 
not in not_required_keys}
 
 
-@deprecated(
-    reason=(
-        "`airflow.providers.openlineage.utils.utils.normalize_sql` "
-        "has been deprecated and will be removed in future"
-    ),
-    category=AirflowProviderDeprecationWarning,
-)
-def normalize_sql(sql: str | Iterable[str]):

Review Comment:
   Is this part of the provider public API? if so users might use this for 
custom code in their deployment.



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