As dbt runs, it generates events. The most common way to see those events is as log messages, written in real time to two places:| docs.getdbt.com
With every invocation, dbt generates and saves one or more artifacts. Several of these are files (semanticmanifest.json, manifest.json, catalog.json, runresults.json, and sources.json) that are used to power:| docs.getdbt.com
dbt packages help modularize code and transform data efficiently.| docs.getdbt.com