Skip to content

Commit

Permalink
Add SCHEMA keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jvasquezrojas committed Dec 9, 2024
1 parent 0c074ca commit 0ab3d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snowflake/sqlalchemy/snowdialect.py
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ def get_temp_table_names(self, connection, schema=None, **kw):
cursor = connection.execute(
text(
f"SHOW /* sqlalchemy:get_temp_table_names */ TABLES \
IN {self._denormalize_quote_join(schema)}"
IN SCHEMA {self._denormalize_quote_join(schema)}"
)
)

Expand Down

0 comments on commit 0ab3d2d

Please sign in to comment.