Skip to content

Commit

Permalink
[dy] Fix duckdb sql (mage-ai#4915)
Browse files Browse the repository at this point in the history
  • Loading branch information
dy46 authored Apr 10, 2024
1 parent 23a1a8e commit b3e598c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mage_ai/data_preparation/models/block/sql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def execute_sql_code(
if should_query:
return [
loader.load(
f'SELECT * FROM {table_name}',
f'SELECT * FROM {schema}.{table_name}',
verbose=False,
),
]
Expand Down

0 comments on commit b3e598c

Please sign in to comment.