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
Just as an FYI if you are using a target which supports primary keys, I was having issues with the devices stream. The deviceModel field was occasionally arriving as empty string, which got converted to null, and then postgres complained.
I'm not sure why the empty string appeared rather than the (not set) usual placeholder, maybe there is some reprocessing on the google side.
Anyway I resolved this with an inline mapper to put the (not set) placeholder back if the empty string is received.
Just as an FYI if you are using a target which supports primary keys, I was having issues with the devices stream. The
deviceModel
field was occasionally arriving as empty string, which got converted to null, and then postgres complained.I'm not sure why the empty string appeared rather than the
(not set)
usual placeholder, maybe there is some reprocessing on the google side.Anyway I resolved this with an inline mapper to put the
(not set)
placeholder back if the empty string is received.The text was updated successfully, but these errors were encountered: