Skip to content

Commit 06fc1a5

Browse files
authored
add context about updated_at support
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
1 parent d38ab0b commit 06fc1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ You will get a warning if the data type of the `updated_at` column does not matc
6464
## Description
6565
A column within the results of your snapshot query that represents when the record row was last updated.
6666

67-
This parameter is **required if using the `timestamp` [strategy](/reference/resource-configs/strategy)**.
67+
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.
6868

6969

7070
## Default

0 commit comments

Comments
 (0)