Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@NamanMahor
Copy link
Contributor

@NamanMahor NamanMahor commented Nov 3, 2025

When a model view is created without materialize: true on S3 data,
the table listing and preview were previously showing the error: unsupported duckdb datatype: "NULL" instead of the actual exception.

  • Table listing view: No tables were shown only error unsupported duckdb datatype: "NULL".

This issue will be resolved once we move to the new listTables implementation (base PR).
In that version, errors will no longer occur during listing — they’ll only be raised when fetching table metadata (column name, and data type). As a result, only the affected table will report an error.

  • Table preview: Will now display the actual DuckDB error instead of the generic “unsupported datatype” message.

Checklist:

  • Covered by tests
  • Ran it and it works as intended
  • Reviewed the diff before requesting a review
  • Checked for unhandled edge cases
  • Linked the issues it closes
  • Checked if the docs need to be updated. If so, create a separate Linear DOCS issue
  • Intend to cherry-pick into the release branch
  • I'm proud of this work!

@NamanMahor NamanMahor changed the base branch from main to namanmahor/plat-259-clickhouse-miss-showing-database November 3, 2025 20:10
@NamanMahor NamanMahor self-assigned this Nov 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants