How to register Dremio as a data source on Azure Data Catalog?

I am trying to register all the tables i have on Dremio(I don’t own the instance) into my Azure Data Catalog instance.

What i’m trying to do is install the odbc connector and point it to the Dremio. I can so far (w/ my credential for the dremio instance) see the tables in the dremio. However, I don’t know how I can register this odbc connector w/ my ADC as the connection string I provide to it is not right…

I am not sure i’m on the right path as It would make more sense that the odbc connector should be installed somewhere else (on Azure which is closer to the ADC and will not go away when i close my machine lol) instead on my machine.

Please let me know if any one have some thoughts on this topic.

Thank you very much!
Chelsea

Have you tried using our REST API? https://docs.dremio.com/rest-api/
With it, you have the ability to get the metadata behind all objects within Dremio (datasets, sources, etc)