kacpermuda commented on code in PR #41284:
URL: https://github.com/apache/airflow/pull/41284#discussion_r1707129492
##########
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:
For now, i removed this removal from the PR - simply removing the
deprecation warnings for now.
--
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]