Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Impala odbc driver - querying schema

avatar
New Contributor

Can anyone help me to understand what are the values I have to pass to describe the columns of a table

 

var con = new OdbcConnection(constring);

con.OpenAsync();

var result = con.GetSchema("Tables");

 

above is returning empty collection for me - Any help will be appreciated.

 

Thank you

1 REPLY 1

avatar
New Contributor

Figured it out - you have to add the magic string of "impala" as the catalog name!