Skip to content

Commit

Permalink
remove whitespace fixes to reduce PR confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 20, 2023
1 parent 0efc5a4 commit 0e5c614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbt/adapters/spark/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ def _get_one_catalog(
raise dbt.exceptions.CompilationError(
f"Expected only one schema in spark _get_one_catalog, found " f"{schemas}"
)

database = information_schema.database
schema = list(schemas)[0]
relations = self.list_relations(database, schema)
Expand Down

0 comments on commit 0e5c614

Please sign in to comment.