snowflake-jdbc
snowflake-jdbc copied to clipboard
`TABLE_TYPE` for materialised views appearing as `VIEW` on Information Schema
I'm trying to get a table's type. When I'm trying to get that via a SQL query:
- In the UI: I get
TABLE_TYPE
asMATERIALIZED VIEW
. - In JDBC Driver: I get
TABLE_TYPE
asVIEW
JDBC version: 3.13.16
Hi @unsuitable001,
Thanks for reporting this.
Would you mind letting me know how you're retrieving the table's type both in the UI and in the driver?
Closing since we haven't heard back. Please post a comment if you still need help with this.