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

[BUGFIX] fix snowflake schema introspection for expect_column_values_to_be_in_type_list and expect_column_values_to_be_of_type #9906

Draft
wants to merge 12 commits into
base: 0.18.x
Choose a base branch
from

Conversation

dctalbot
Copy link
Contributor

@dctalbot dctalbot commented May 9, 2024

  • PR title is prefixed with one of: [BUGFIX], [FEATURE], [DOCS], [MAINTENANCE], [CONTRIB]
  • Code is linted - run invoke lint (uses ruff format + ruff check)
  • Appropriate tests and docs have been updated

Copy link
Contributor

@NathanFarmer NathanFarmer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you moved the type logic into great_expectations/expectations/metrics/table_metrics/table_column_types.py that might fix your circular imports issue. It is not obvious to the unfamiliar, but table.column_types is a dependency metric of all Column Map Metrics (ColumnValuesInTypeList metric inherits from ColumnMapMetricProvider).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants