Skip to content

Commit

Permalink
backport #1049
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed May 21, 2024
1 parent 29cd6cb commit 6574e3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def list_relations_without_caching(project) -> List[SnowflakeRelation]:
database=project.database, schema=project.test_schema, identifier=""
)
with get_connection(my_adapter):
relations = my_adapter.list_relations_without_caching(schema)
relations = my_adapter.list_relations_without_caching(schema.without_identifier())
return relations

def test_list_relations_without_caching(self, project):
Expand Down

0 comments on commit 6574e3b

Please sign in to comment.