Skip to content

Commit

Permalink
Enable logging for DuckDB table matches
Browse files Browse the repository at this point in the history
  • Loading branch information
buremba committed Feb 7, 2025
1 parent d894890 commit 8c5596e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion universql/warehouse/duckdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 8c5596e

Please sign in to comment.