graphql-engine/server/lib/dc-api/test/Test/Data
2023-04-18 17:24:51 +00:00
..
Chinook.xml.gz Implemented datasets support in Data Connector agent test suite 2023-01-30 07:00:26 +00:00
edge-cases-schema-tables.json Enhance insert table schema with extra info and remove need for cached schema usage in Super Connector mutations 2023-04-05 02:23:20 +00:00
README.md Implemented datasets support in Data Connector agent test suite 2023-01-30 07:00:26 +00:00
schema-tables.json Properly return schema information about views and PK mutability from the Super Connector 2023-04-18 17:24:51 +00:00

Chinook Dataset

This dataset is sourced from https://github.com/lerocha/chinook-database/

More specifically, the Chinook.xml.gz file is a GZipped version of https://raw.githubusercontent.com/lerocha/chinook-database/ce27c48d9f375f81b7b68bacdfddf3c4458acc49/ChinookDatabase/DataSources/_Xml/ChinookData.xml

The schema-tables.json is manually derived from the schema of the data as can be seen from the CREATE TABLE etc DML statements in the various per-database-vendor SQL scripts that can be found in /ChinookDatabase/DataSources in that repo.