Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Jan 9, 2025
1 parent 07e2e2f commit 108a416
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ By default, dbt snapshots use the following column names to track change history
| `dbt_updated_at` | The `updated_at` timestamp of the source record when this snapshot row was inserted. | This is used internally by dbt. | `snapshot_meta_column_names: {dbt_updated_at: modified_date}` |
| `dbt_is_deleted` | A string value indicating if the record has been deleted. (`True` if deleted, `False` if not deleted). |Added when `hard_deletes='new_record'` is configured. | `snapshot_meta_column_names: {dbt_is_deleted: is_deleted}` |

All of these column names can be customized using the `snapshot_meta_column_names` config. Refer to the [Example](#example) for more details.
All of these column names can be customized using the `snapshot_meta_column_names` config. Refer to the [Example](#example) for more details.

:::warning

Expand Down

0 comments on commit 108a416

Please sign in to comment.