Skip to content

Commit

Permalink
Update snapshots.md
Browse files Browse the repository at this point in the history
  • Loading branch information
armandduijn authored Nov 5, 2021
1 parent 65ca663 commit cee4abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/building-a-dbt-project/snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ Snapshot tables will be created as a clone of your source dataset, plus some add
| Field | Meaning | Usage |
| -------------- | ------- | ----- |
| dbt_valid_from | The timestamp when this snapshot row was first inserted | This column can be used to order the different "versions" of a record. |
| dbt_valid_to | The timestamp when this row row became invalidated. | The most recent snapshot record will have `dbt_valid_to` set to `null`. |
| dbt_valid_to | The timestamp when this row became invalidated. | The most recent snapshot record will have `dbt_valid_to` set to `null`. |
| dbt_scd_id | A unique key generated for each snapshotted record. | This is used internally by dbt |
| dbt_updated_at | The updated_at timestamp of the source record when this snapshot row was inserted. | This is used internally by dbt |

Expand Down

0 comments on commit cee4abd

Please sign in to comment.