amoghrajesh commented on code in PR #55259:
URL: https://github.com/apache/airflow/pull/55259#discussion_r2324999424
##########
providers/openlineage/src/airflow/providers/openlineage/utils/utils.py:
##########
@@ -864,7 +877,7 @@ class AirflowContextDeprecationWarning(UserWarning):
# Those are deprecated values in _DEPRECATION_REPLACEMENTS
# in airflow.utils.context.Context
return "<<non-redactable: Proxy>>"
- if name and should_hide_value_for_key(name):
+ if name and self._should_hide_value_for_key(name):
Review Comment:
cc @mobuchowski could you just check this part to see if it makes sense?
Tests pass but just double checking
--
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]