Skip to content

Commit

Permalink
fix test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Dec 7, 2023
1 parent 67c8f52 commit 7771aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/databricks/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ def _log_usage(self, node: Optional[ResultNode]) -> None:
else:
logger.debug(
f"On thread {self.thread_identifier}: {node.relation_name} "
"using compute resource '{self.compute_name}'."
f"using compute resource '{self.compute_name}'."
)
else:
logger.debug(f"Thread {self.thread_identifier} using default compute resource.")
Expand Down

0 comments on commit 7771aeb

Please sign in to comment.