Have starting using `tap-ga4` this week, but notic...
# plugins-general
a
Have starting using
tap-ga4
this week, but noticing some errors occuring. Seems very intermittent error though, one run fails , another run later succeeds. My scheduled runs at midnight seem to fail 90% of the time. Error seems to be related the
devicemodel
field in the
devices
stream, and a
(not set)
text value from the API somehow being coerced to
null
, which as the
devicemodel
field is a PK field, postgres rightly complains about. Stack trace in the thread: Seeing as this field seems to always contain
(not set)
for me, I would probably fork the tap and drop it from the schema if I am the only one with the issue.