Skip to content

Commit

Permalink
fix a doc typo (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
tovganesh authored Dec 1, 2022
1 parent 06b5fe0 commit 0020a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/impala/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def fetch_impala_version(cls, connection):

tracker.populate_warehouse_info({ "version": ImpalaConnectionManager.impala_version, "build": res[0][0] })
except Exception as ex:
# we couldn't get the spark warehouse version, default to version 2
# we couldn't get the impala warehouse version
logger.debug(f"Cannot get impala version. Error: {ex}")
ImpalaConnectionManager.impala_version = "NA"

Expand Down

0 comments on commit 0020a56

Please sign in to comment.