Skip to content

Commit

Permalink
Remove empty FAQ in snapshots page (#5880)
Browse files Browse the repository at this point in the history
## 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.

<img width="990" alt="image"
src="https://github.com/user-attachments/assets/058538e4-bc26-49cf-a4ac-585cdf4a2bc5">

## 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>
  • Loading branch information
Victoriapm and mirnawong1 authored Aug 2, 2024
1 parent 9ce7b8b commit 8994f8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion website/docs/docs/build/snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,5 @@ Snapshot results:
<FAQ path="Runs/snapshot-frequency" />
<FAQ path="Snapshots/snapshot-schema-changes" />
<FAQ path="Snapshots/snapshot-hooks" />
<FAQ path="Snapshots/snapshot-target-schema" />
<FAQ path="Accounts/configurable-snapshot-path" />
<FAQ path="Snapshots/snapshot-target-is-not-a-snapshot-table" />
3 changes: 0 additions & 3 deletions website/docs/reference/resource-configs/target_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ On **BigQuery**, this is analogous to a `dataset`.
## Default
This is a **required** parameter, no default is provided.

## FAQs
<FAQ path="Snapshots/snapshot-target-schema" />

## Examples
### Build all snapshots in a schema named `snapshots`

Expand Down

0 comments on commit 8994f8b

Please sign in to comment.