Users Guide
Introduction
This section will help you tuning the store to your own needs.
Introduction
This section will help you tuning the store to your own needs.
If your new to the Store, you should probably follow this journey :
- Start by configuring your marts' seeds and adapters
- Enable your marts enabling a resource
- Choose a dashboard of your like, and configure it.
- Run the ETL.
All marts a dashboard depends on must be properly configured for the dashboard to work. This includes any required
seeds and adapters. Please refer to the mart configuration section for more information.What now ?
You have a working cssXX.dashboards_store dbt project that can be used to populate the Store's database. Unfortunately, you are not done yet: you still have to configure the cssXX.dashboards_store project and run the ETL.
Running the ETL
dbt has a built-in orchestrator that allows you to run the ETL. Only enabled models, using the +enabled: true syntax, will be run. As all models are disabled by default, only the models or dashboards you manually enable will be run.
