Query data from dremio using Arrow Flight SQL ODBC Driver

hi,
I had written a code in C# to connect dremio using Arrow Flight SQL ODBC Driver DSN.
my connection is done ,also if I query ‘select * from sys.version’ it will give me version of dremio but while selecting from any other table it will give following error :

ERROR[HY000][apache arrow]flight SQL flight returned invalid argument error,with message :failure parsing querry object ‘emp1’ not found
SQL Query select * from Emp1

can anyone help how to write query in dremio???

try with fully qualified name… check the space which contains the object and copy paste that link and use in the query

1 Like