If you are using Amazon Redshift as your data warehouse, Toolio can also integrate directly with your Redshift instance. Below are the details to facilitate Redshift integration.
Table Naming Conventions
You will need to set up a table for each core model. Below are the required table names:
Data Model | Table Name |
Product | toolio_products |
Inventory | toolio_inventory |
Sale | toolio_sales |
Purchase Order | toolio_purchase_orders |
Required Table Schema
You can think of each column on your table corresponding to an attribute on Toolio’s data models. Column names should be the same as the slugs. Please see core model documentation for the column types you should use.