Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nilan3 committed Aug 27, 2024
1 parent 6141f77 commit 0e91dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/spark/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def __post_init__(self) -> None:
f"ImportError({e.msg})"
) from e

if self.method != SparkConnectionMethod.SESSION and self.host is not None:
if self.method != SparkConnectionMethod.SESSION:
self.host = self.host.rstrip("/")

self.server_side_parameters = {
Expand Down

0 comments on commit 0e91dbd

Please sign in to comment.