We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518ae77 commit 126b7e4Copy full SHA for 126b7e4
1 file changed
sqlmesh/core/engine_adapter/duckdb.py
@@ -103,7 +103,7 @@ def _get_data_objects(
103
)
104
.as_("type"),
105
106
- .from_(exp.to_table("information_schema.tables"))
+ .from_(exp.to_table("system.information_schema.tables"))
107
.where(
108
exp.column("table_catalog").eq(catalog), exp.column("table_schema").eq(schema_name)
109
0 commit comments