Skip to content

Commit

Permalink
Update superset/db_engine_specs/bigquery.py
Browse files Browse the repository at this point in the history
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
  • Loading branch information
hughhhh and betodealmeida authored May 23, 2021
1 parent 65822ed commit 42e7247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/db_engine_specs/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def build_sqlalchemy_uri(
return f"{cls.drivername}://{project_id}"

raise SupersetGenericDBErrorException(
message="Big Query encrypted_extra is not available",
message="Big Query encrypted_extra is not available.",
)

@classmethod
Expand Down

0 comments on commit 42e7247

Please sign in to comment.