Skip to content

Commit

Permalink
Update dbt/adapters/bigquery/connections.py
Browse files Browse the repository at this point in the history
Co-authored-by: colin-rogers-dbt <[email protected]>
  • Loading branch information
matt-winkler and colin-rogers-dbt authored Oct 23, 2023
1 parent a5c9b8c commit e49cfc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbt/adapters/bigquery/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@


# Override broken json deserializer for dbt show --inline
# can remove once this is fixed: https://github.com/googleapis/python-bigquery/issues/1500
def _json_from_json(value, _):
"""NOOP string -> string coercion"""
return json.loads(value)
Expand Down

0 comments on commit e49cfc0

Please sign in to comment.