From 433c4d1ff6ca7e9767739faff2980df0d804c450 Mon Sep 17 00:00:00 2001 From: guz41 Date: Sat, 16 Dec 2023 07:04:02 +1000 Subject: [PATCH] Update manual-install-qs.md to remove steps that are no longer required dbt provides the correct names in the dbt_project.yml, therefore we can remove this step from the guide --- website/docs/guides/manual-install-qs.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/website/docs/guides/manual-install-qs.md b/website/docs/guides/manual-install-qs.md index e9c1af259ac..55b7992eb35 100644 --- a/website/docs/guides/manual-install-qs.md +++ b/website/docs/guides/manual-install-qs.md @@ -70,24 +70,6 @@ $ pwd -6. Update the following values in the `dbt_project.yml` file: - - - -```yaml -name: jaffle_shop # Change from the default, `my_new_project` - -... - -profile: jaffle_shop # Change from the default profile name, `default` - -... - -models: - jaffle_shop: # Change from `my_new_project` to match the previous value for `name:` - ... -``` - ## Connect to BigQuery