Skip to content

Commit

Permalink
Update dbt_valid_to_current.md (#6854)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Jan 30, 2025
2 parents adbee9e + 41627c4 commit 40266a9
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ id: "dbt_valid_to_current"

```yaml
snapshots:
my_project:
+dbt_valid_to_current: "to_date('9999-12-31')"
- name: my_snapshot
config:
dbt_valid_to_current: "string"

```

Expand All @@ -27,7 +28,7 @@ snapshots:
unique_key='id',
strategy='timestamp',
updated_at='updated_at',
dbt_valid_to_current='to_date('9999-12-31')'
dbt_valid_to_current='string'
)
}}
```
Expand All @@ -39,7 +40,7 @@ snapshots:
```yml
snapshots:
[<resource-path>](/reference/resource-configs/resource-path):
+dbt_valid_to_current: "to_date('9999-12-31')"
+dbt_valid_to_current: "string"
```
</File>
Expand Down

0 comments on commit 40266a9

Please sign in to comment.