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???