Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

Impala odbc driver - querying schema

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

New Contributor

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

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.