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
WIth the current implementation of the target, all date and datetime fields received from a tap are converted to Nullable, even when they're part of the table's primary key/order by, which causes the synchronisation to fail.
My proposal would be for the Date(time) field to only be converted to Nullable when they're not part of the table's primary key.
The text was updated successfully, but these errors were encountered:
WIth the current implementation of the target, all date and datetime fields received from a tap are converted to
Nullable
, even when they're part of the table's primary key/order by, which causes the synchronisation to fail.My proposal would be for the Date(time) field to only be converted to
Nullable
when they're not part of the table's primary key.The text was updated successfully, but these errors were encountered: