Skip to content

Commit

Permalink
[BUGFIX] SQL dialect doesn't register for BigQuery for V2 (#3324)
Browse files Browse the repository at this point in the history
* Resolved sorting and variable assignation error

* Revert "Resolved sorting and variable assignation error"

This reverts commit d684ac8.

* remove line preventing sql dialect from registering for bigquery
  • Loading branch information
talagluck committed Aug 27, 2021
1 parent 994f23a commit 21674f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion great_expectations/dataset/sqlalchemy_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,6 @@ def __init__(
"sqlite",
"oracle",
"mssql",
"bigquery",
]:
# These are the officially included and supported dialects by sqlalchemy
self.dialect = import_library_module(
Expand Down

0 comments on commit 21674f1

Please sign in to comment.