Skip to content
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

Merged
merged 7 commits into from
Sep 26, 2024
Merged

MINOR: fix snowflake system metrics #17989

merged 7 commits into from
Sep 26, 2024

Conversation

sushi30
Copy link
Contributor

@sushi30 sushi30 commented Sep 25, 2024

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:

  • Bug fix
  • Improvement
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

Checklist:

  • I have read the CONTRIBUTING document.
  • My PR title is Fixes <issue-number>: <short explanation>
  • I have commented on my code, particularly in hard-to-understand areas.
  • For JSON Schema changes: I updated the migration scripts or explained why it is not needed.

IceS2
IceS2 previously approved these changes Sep 25, 2024
Comment on lines 1 to 3
class CustomDict(dict):
def lower_case_keys(self):
return {k.lower(): v for k, v in self.items()}
Copy link
Contributor

@TeddyCr TeddyCr Sep 25, 2024

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.

Copy link
Contributor Author

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?

@github-actions github-actions bot added Ingestion safe to test Add this label to run secure Github workflows on PRs labels Sep 25, 2024
Copy link
Contributor

The Python checkstyle failed.

Please run make py_format and py_format_check in the root of your repository and commit the changes to this PR.
You can also use pre-commit to automate the Python code formatting.

You can install the pre-commit hooks with make install_test precommit_install.

fixed the dq cli test
@sushi30 sushi30 requested a review from IceS2 September 26, 2024 10:24
@sushi30 sushi30 enabled auto-merge (squash) September 26, 2024 10:24
Copy link

@sushi30 sushi30 merged commit 25284e0 into main Sep 26, 2024
39 of 41 checks passed
@sushi30 sushi30 deleted the fix-snowflake-profiler branch September 26, 2024 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ingestion safe to test Add this label to run secure Github workflows on PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants