Skip to content

Commit

Permalink
add context about updated_at support
Browse files Browse the repository at this point in the history
this pr adds what type the updated_at field of the timestamp strategy should have in relation to iso date strings and unix epoch integers.

Resolves # #1948
  • Loading branch information
mirnawong1 authored Jan 9, 2025
1 parent d38ab0b commit 06fc1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/resource-configs/updated_at.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ You will get a warning if the data type of the `updated_at` column does not matc
## Description
A column within the results of your snapshot query that represents when the record row was last updated.

This parameter is **required if using the `timestamp` [strategy](/reference/resource-configs/strategy)**.
This parameter is **required if using the `timestamp` [strategy](/reference/resource-configs/strategy)**. The `updated_at` field may support ISO date strings and unix epoch integers, depending on the data platform you use.


## Default
Expand Down

0 comments on commit 06fc1a5

Please sign in to comment.