I build a small model and calculated some aggregations, following dbt dummy projects and some other resources.
dbt seed- to upload local flat files to dbtdbt debugdbt testdbt rundbt run --full-refresh- dbt ignore incremental config in the model and recreates the model/tabledbt run --models <>,<>- to run specific model(s)dbt run-- target dev - to run in dev/prod/envdbt docs generate- compile relevant information about your dbt project and warehouse into manifest.json and catalog.json files respectivelydbt docs serve-- to use these .json files to populate a local website with documentation.dbt deps- to install or update packages