diff --git a/universql/warehouse/duckdb.py b/universql/warehouse/duckdb.py index 9410a74..fa4edf0 100644 --- a/universql/warehouse/duckdb.py +++ b/universql/warehouse/duckdb.py @@ -116,7 +116,7 @@ def get_identifier(is_quoted): if match is not None: return TableType.ICEBERG - raise NotSupportedError + raise NotSupportedError(f"The table reference in DuckDB is not supported: {table_exists[0]}") def register_locations(self, tables: Locations): raise Exception("Unsupported operation")