Skip to content

Commit 2aa02f2

Browse files
Update snapshot_meta_column_names.md
Co-authored-by: Matt Shaver <[email protected]>
1 parent cc6d8f9 commit 2aa02f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/reference/resource-configs/snapshot_meta_column_names.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ In order to align with an organization's naming conventions, the `snapshot_meta_
6767

6868
By default, dbt snapshots use the following column names to track change history using [Type 2 slowly changing dimension](https://en.wikipedia.org/wiki/Slowly_changing_dimension#Type_2:_add_new_row) records:
6969

70-
| Field | <div style={{width:'250px'}}>Meaning</div> | Notes | [Example](#example) |
70+
| Field | <div style={{width:'250px'}}>Meaning</div> | Notes | Example |
7171
| -------------- | ------- | ----- | ------- |
7272
| `dbt_valid_from` | The timestamp when this snapshot row was first inserted and became valid. | The value is affected by the [`strategy`](/reference/resource-configs/strategy). | `snapshot_meta_column_names: {dbt_valid_from: start_date}` |
7373
| `dbt_valid_to` | The timestamp when this row is no longer valid. | | `snapshot_meta_column_names: {dbt_valid_to: end_date}` |

0 commit comments

Comments
 (0)