-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MINOR - PII Scanner tests and log levels #17686
Conversation
@@ -226,36 +225,3 @@ def get_database_names(self) -> Iterable[str]: | |||
except Exception as exc: | |||
logger.debug(f"Failed to fetch database names {exc}") | |||
logger.debug(traceback.format_exc()) | |||
|
|||
def get_table_entities(self, database): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it was used at all @ulixius9, I only see in _iter
the call to the ES search
@@ -138,7 +137,7 @@ def _iter(self, *_, **__) -> Iterable[Either[ProfilerSourceAndEntity]]: | |||
service_name=None, | |||
schema_name=schema_name, | |||
table_name=table_name, | |||
fields="tableProfilerConfig", | |||
fields=",".join(self._get_fields()), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
centralized how we are getting the required fields
Quality Gate passed for 'open-metadata-ingestion'Issues Measures |
* MINOR - PII Scanner tests and log levels * MINOR - PII Scanner tests and log levels
Describe your changes:
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>