You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: website/docs/reference/resource-configs/updated_at.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ You will get a warning if the data type of the `updated_at` column does not matc
64
64
## Description
65
65
A column within the results of your snapshot query that represents when the record row was last updated.
66
66
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.
0 commit comments