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
the emitted_at column in AirbyteRecordMessage is a number, but does not have any type information in its JSON schema definition about the unit of this number. This can cause confusion when consuming this timetsamp field (e.g: should it be interpreted as millis or seconds?). JsonSchema provides typed formats for expressing dates -- it would be better to use one of them instead.
The text was updated successfully, but these errors were encountered:
Tell us about the problem you're trying to solve
the
emitted_at
column in AirbyteRecordMessage is a number, but does not have any type information in its JSON schema definition about the unit of this number. This can cause confusion when consuming this timetsamp field (e.g: should it be interpreted as millis or seconds?). JsonSchema provides typed formats for expressing dates -- it would be better to use one of them instead.The text was updated successfully, but these errors were encountered: