You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am connecting to trino from DBeaver. It is able to list the tables but doing a select * or even a select column_name fails.
The error I get is SELECT * not allowed from relation that has no columns
However if I create a JSON file for a particular table as documented here , I am able to query it.
Since trino-aerospike does support schema inference, I was hoping I could run without creating JSONs for each table. There are many sets and keeping the files up-to-date for different environments will be a big ongoing task.
The text was updated successfully, but these errors were encountered:
Trino Version: 422
Trino-Aerospike Version: 4.4.1-403
I am connecting to trino from DBeaver. It is able to list the tables but doing a
select *
or even aselect column_name
fails.The error I get is
SELECT * not allowed from relation that has no columns
However if I create a JSON file for a particular table as documented here , I am able to query it.
Since trino-aerospike does support schema inference, I was hoping I could run without creating JSONs for each table. There are many sets and keeping the files up-to-date for different environments will be a big ongoing task.
The text was updated successfully, but these errors were encountered: