Ingesting data from Snowflake to Azure Data Catalog

342 views Asked by At

I have a project to ingest metadata from the Snowflake data warehouse into the Azure Data Catalog (ADC). The ADC does not natively support this, so I must use the ADC API or ODBC.

Before I proceed on implementing the API solution, I thought it wise to ask if anyone has suggestions on this. A Google search returned nothing of note.

2

There are 2 answers

1
Yaron Y. Goland On

The API or ODBC are the best choices.

0
Armbrat On

Unfortunately ODBC will not work either. I am moving onto a solution to load via API.