All tools/dbt Core

dbt Core

dbt

dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.

Detected by dbt | macOS, Linux, Windows |www.getdbt.com

Sync rules

What travels, what stays, what never leaves
dbt Core in your home directory Every rule on this page, by file
method: service-account
project: example-analytics
dataset: dbt_octocat
keyfile: /Users/octocat/Downloads/example-analytics-a1b2c3.jsonmachine-local
location: us-east1
threads: 4
lakehouse:

Each machine keeps its own copy of these.

*.outputs.*.password*.outputs.*.private_key*.outputs.*.private_key_passphrase*.outputs.*.token

Lifted into your secret store; the rest of the file syncs.

· .user.yml Exclude

Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.

Use it with your dotfile manager

Same data, in the shape your tool already reads
Opens Otty and adds this tool to what it syncs

Opens otty://sync/add/dbt. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.

Every one of these is generated from the same rules as this page. None of them splits *.outputs.*.keyfile for you — that part is Otty’s own sync, or a template you write by hand.