What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Shopify Database Schema

Shopify Database Schema

LeonDemo
Visitor
1 0 1

Hi everyone, I am trying to ingest data from Shopify to our Azure blob storage through Data Factory, but we need to know the schema of the database so we can ingest it dynamically.

 

For example, if it's for the SQL server we can use  SELECT TABLE_NAME AS Table_Name FROM information_Schema.tables to list all of the tables and then copy them, but this command doesn't work on Shopify's database. Does anyone know the general schema of the Shopify database? Thank you in advance!

Replies 0 (0)