--local
flag to authenticate with your local Buster instance.buster init
command:
buster.yml
file with your project configuration:buster init
command (from Step 3) can generate your initial set of semantic models. However, if you skipped that part or need to generate base semantic models for new dbt models added after initialization, you can use the buster generate
command. This command analyzes your dbt project’s catalog to create the foundational semantic model files.
models/orders.sql
and models/customers.sql
) and creates semantic model files for each one:
models/customers.yml
shown below based on models/customers.sql
):