Apps
Apps are the final publishable product of the SBT workflow. They are a bundle of dependent models that are run together to produce a final set of output tables. Apps are defined in a yaml file under a apps key. The structure of the yaml file is as follows:
apps:
- name: sql_test_app
requires:
- sql_test
- data_model_test
config:
sigma_workbook_id: 4RyJMRqYkqnAFNxxdmugma
sigma_db_attribute: test_db
freshness_query: freshSee Helper Queries for more information on helper queries
See App Freshness for more information on app freshness and how users can interact with it.