--
Please follow our guidelines on how to report a bug https://ontop-vkg.org/community/contributing/bug-report
---
You received this message because you are subscribed to the Google Groups "ontop4obda" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ontop4obda+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ontop4obda/33ae6244-d424-477e-b2b5-8fa08317a3d2n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ontop4obda/2a144305-cdbc-4268-8cf8-79af2688311an%40googlegroups.com.
Hi.
An addition to this issue.
I just experienced the same against Snowflake. I used a couple of rounds to get connections right.
The connection contains account, role, warehouse, database, schema, and user.
Going into the warehouse query history it show the simple command
show /* JDBC:DatabaseMetaData.getTables() */
objects in account
In my case the size of the result set is about 84 thousand, with xsmall WH it is about 1.5 minutes in duration. It downloads 12 chunks of JSON in 3 downloads. So, it iterate on each table to get columns. Each table query is fast, but the large number prohibits the functionality.
show /* JDBC:DatabaseMetaData.getColumns() */
columns in table "<database>".">schema>"."<table>”
I have tried both with Protégé Ontop and with Ontop CLI. Same result – no result in the output.
Some way to tell Snowflake the scope/context is in need.
PS. If there is some workaround anyone can think about, I am happy to use that.
Thanks.
Best regards.
Einar.
show objects
To view this discussion on the web visit https://groups.google.com/d/msgid/ontop4obda/0333a5b7-e608-4ec1-a16b-fda2b1db5b7en%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/ontop4obda/6a1a5238-09b3-4d8b-8fcf-4225bf98d046n%40googlegroups.com.