You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File ~/.local/share/virtualenvs/surge_pricing-iSxDQiKA/lib/python3.10/site-packages/great_expectations/expectations/core/expect_column_values_to_be_of_type.py:576, in _get_dialect_type_module(execution_engine)
571 # Bigquery works with newer versions, but use a patch if we had to define bigquery_types_tuple
572 try:
573 if (
574 isinstance(
575 execution_engine.dialect_module,
--> 576 sqla_bigquery.BigQueryDialect,
577 )
578 and bigquery_types_tuple is not None
579 ):
580 return bigquery_types_tuple
581 except (TypeError, AttributeError):
NameError: name 'sqla_bigquery' is not defined
Expected behavior
I do not have the bigquery sqlalchemy dialect installed. This should just pass.
Environment (please complete the following information):
Operating System: MacOSX
Great Expectations Version: 0.14.7
The text was updated successfully, but these errors were encountered:
hi @RoyalTS and @samLozier , thanks for raising this -- this is related to a bigquery update we pushed in last week's release, I have a PR in progress now to address.
Describe the bug
Upon trying to set up a new expectations suite for a Snowflake table I get an uncaught exception
To Reproduce
Steps to reproduce the behavior:
great_expectations --v3-api suite new --interactive --profile
Expected behavior
I do not have the bigquery sqlalchemy dialect installed. This should just pass.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: