Skip to content

Commit

Permalink
update the connection name
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 16, 2023
1 parent 2d4d3c2 commit c3e608d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/spark/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def get_catalog_by_relations(
[
tpe.submit_connected(
self,
info_schema.identifier,
"list_schemas",
self._get_one_catalog_by_relations,
info_schema,
relations,
Expand Down

0 comments on commit c3e608d

Please sign in to comment.