-
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: fix snowflake system metrics #17989
Conversation
ingestion/src/metadata/utils/dict.py
Outdated
class CustomDict(dict): | ||
def lower_case_keys(self): | ||
return {k.lower(): v for k, v in self.items()} |
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 we need to make that an object right? I think it is a small overhead we can remove -- i.e. the object creation.
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.
Can you clarify? what needs to be an object?
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
fixed the dq cli test
Quality Gate passed for 'open-metadata-ingestion'Issues Measures |
Describe your changes:
manual runs: https://github.com/open-metadata/OpenMetadata/actions/workflows/py-cli-e2e-tests.yml?query=branch%3Afix-snowflake-profiler
I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>