Monta.com

Available Data

Partner Data Warehouse Tables

Upon joining the Partner Data Warehouse, you will gain access to the following data models :

πŸ“˜

Expand > the sidebar on the left to see the model documentation pages.

All tables are updated every 8 hours.

Tables qualified naming convention (DATABASE.SCHEMA.TABLE)

  • DATABASE = partner
  • SCHEMA = production_<PARTNER_NAME>
  • TABLE = <TABLE_NAME>
-- For example, with PARTNER_NAME=examplepartner and TABLE_NAME=users

SELECT COUNT(1) FROM partner.production_examplepartner.users;

What’s Next

Here are a few examples queries that show how to use different data models.