Armbrat
Armbrat

Reputation: 2315

Ingesting data from Snowflake to Azure Data Catalog

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.

Upvotes: 0

Views: 348

Answers (2)

Armbrat
Armbrat

Reputation: 2315

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

Upvotes: 0

Yaron Y. Goland
Yaron Y. Goland

Reputation: 766

The API or ODBC are the best choices.

Upvotes: -1

Related Questions