From 8994f8bbcf44cf21d098bed5687953c1dddfec05 Mon Sep 17 00:00:00 2001 From: Victoria Perez Mola <4315804+Victoriapm@users.noreply.github.com> Date: Fri, 2 Aug 2024 11:32:24 +0200 Subject: [PATCH] Remove empty FAQ in snapshots page (#5880) ## What are you changing in this pull request and why? There is an empty FAQ in `this page `. I can't find the FAQ file it's referencing, that's why I'm deleting it to fix. image ## Checklist - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines. - [x] For [docs versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#about-versioning), review how to [version a whole page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) and [version a block of content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content). - [x] Add a checklist item for anything that needs to happen before this PR is merged, such as "needs technical review" or "change base branch." --------- Co-authored-by: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> --- website/docs/docs/build/snapshots.md | 1 - website/docs/reference/resource-configs/target_schema.md | 3 --- 2 files changed, 4 deletions(-) diff --git a/website/docs/docs/build/snapshots.md b/website/docs/docs/build/snapshots.md index f7bdef407ba..82b5104fcef 100644 --- a/website/docs/docs/build/snapshots.md +++ b/website/docs/docs/build/snapshots.md @@ -593,6 +593,5 @@ Snapshot results: - diff --git a/website/docs/reference/resource-configs/target_schema.md b/website/docs/reference/resource-configs/target_schema.md index 8af0daff42d..a130ce23f7f 100644 --- a/website/docs/reference/resource-configs/target_schema.md +++ b/website/docs/reference/resource-configs/target_schema.md @@ -40,9 +40,6 @@ On **BigQuery**, this is analogous to a `dataset`. ## Default This is a **required** parameter, no default is provided. -## FAQs - - ## Examples ### Build all snapshots in a schema named `snapshots`