Target does not match an output
shop_warehouse:prod
dbt profiles / target preflight
Paste profiles.yml and dbt_project.yml snippets. This local checker compares profile names, target output names, and env_var references without copying warehouse credentials into the report.
The dbt project profile or target name does not line up with profiles.yml.
shop_warehouse:prod
Secret-like env_var names were detected; keep values out of this page and copied reports.
dbt profiles / target preflight Status: fail Summary: The dbt project profile or target name does not line up with profiles.yml. Project profile: shop_warehouse profiles.yml profiles: shop_warehouse target=prod outputs=dev env_var names: DBT_ACCOUNT, DBT_PASSWORD, DBT_USER Missing target outputs: shop_warehouse:prod Warnings: - Secret-like env_var names were detected; keep values out of this page and copied reports. Checklist: - Compare profile, target, output, and env_var names only; keep warehouse credentials out. - Run dbt debug in the same target environment before a production run. - Confirm DBT_PROFILES_DIR and CI working directory when local and CI differ. - Review adapter-specific required fields because this page does not connect to a warehouse. Scope: static dbt name check only. This report never includes warehouse credentials, private keys, passwords, or connection values.