A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
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!