Skip to content

Commit

Permalink
Use iterable
Browse files Browse the repository at this point in the history
  • Loading branch information
stu-k committed Apr 11, 2023
1 parent 9579cc7 commit b621230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/adapters/base/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ def list_relations(self, database: Optional[str], schema: str) -> List[BaseRelat
# for relation in cache_schemas:
# cache_update.add((database, schema))

self.cache.update_schemas(set((database, schema)))
self.cache.update_schemas([(database, schema)])

fire_event(
ListRelations(
Expand Down

0 comments on commit b621230

Please sign in to comment.