Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[merged after dec 5th) adds new hard_deletes config #6558

Open
wants to merge 27 commits into
base: current
Choose a base branch
from

Conversation

@mirnawong1 mirnawong1 requested a review from a team as a code owner November 27, 2024 16:21
Copy link

vercel bot commented Nov 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
docs-getdbt-com ✅ Ready (Inspect) Visit Preview Nov 29, 2024 0:02am

@github-actions github-actions bot added content Improvements or additions to content size: large This change will more than a week to address and might require more than one person Docs team Authored by the Docs team @dbt Labs labels Nov 27, 2024
| 1 | b1885d098f8bcff53... | shipped | 2024-10-02 ... | 2024-06-03 ... | | False |
| 2 | b1885d098f8bcff55... | active | 2024-10-02 ... | 2024-05-19 ... | | False |

In this example, the `dbt_is_deleted` column is set to `True` when the record is deleted. When the record is restored, the `dbt_is_deleted` column is set to `False`.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would love a gut check if this is right bc I've been reading this over and over again so might have mixed things up.

website/docs/docs/build/snapshots.md Outdated Show resolved Hide resolved
website/docs/docs/build/snapshots.md Outdated Show resolved Hide resolved
website/docs/docs/build/snapshots.md Outdated Show resolved Hide resolved
website/docs/docs/build/snapshots.md Outdated Show resolved Hide resolved
website/docs/docs/build/snapshots.md Outdated Show resolved Hide resolved
website/docs/reference/resource-configs/hard-deletes.md Outdated Show resolved Hide resolved
| -- | -------------------- | -------------------- | -------------------- | -------------------- |
| 1 | 60a1f1dbdf899a4dd... | 2024-10-02 ... | 2024-10-02 ... | 2024-10-02 ... |
| 2 | b1885d098f8bcff51... | 2024-10-02 ... | 2024-10-02 ... | |
| id | scd_id | modified_date | start_date | end_date | is_deleted |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment as earlier

Copy link
Contributor Author

@mirnawong1 mirnawong1 Nov 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i changed it to the below but also wasn't sure if it made sense to go into hard_deletes:'new_record' detail since this page is about meta column names?

id scd_id modified_date start_date end_date is_deleted
1 60a1f1dbdf899a4dd... 2024-10-02 ... 2024-10-02 ... 2024-10-03 ... False
1 60a1f1dbdf899a4dd... 2024-10-03 ... 2024-10-03 ... True
2 b1885d098f8bcff51... 2024-10-02 ... 2024-10-02 ... False

website/snippets/_hard-deletes.md Outdated Show resolved Hide resolved
mirnawong1 and others added 16 commits November 28, 2024 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Improvements or additions to content Docs team Authored by the Docs team @dbt Labs size: large This change will more than a week to address and might require more than one person
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Core] Docs Changes Needed from dbt-core Issue #10235
2 participants