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
I'm not getting a campaign_id from the visitor_activities table. The campaign property is declared as an object but there are not properties defined underneath and when I run the sync I get all nulls in the campaign column. I discovered there's a fork from dreamdata which has expanded the object into sub-properties id, name, and cost, but I've not gotten that fork to work yet.
Can anyone else confirm this is a bug - and that visitor_activities.campaign is pulling all nulls (or not?) with the main branch of the tap as-is.
Assuming we're confirmed that this is not just specific to my own environment, is my diff or this diff from dreamdata helpful at all?
I don't know a lot about the discovery and extraction process myself, but I'm happy to help if we can confirm the issue, and if someone can point me in the right direction.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm not getting a campaign_id from the visitor_activities table. The
campaign
property is declared as an object but there are not properties defined underneath and when I run the sync I get all nulls in thecampaign
column. I discovered there's a fork from dreamdata which has expanded the object into sub-properties id, name, and cost, but I've not gotten that fork to work yet.visitor_activities.campaign
is pulling all nulls (or not?) with the main branch of the tap as-is.I don't know a lot about the discovery and extraction process myself, but I'm happy to help if we can confirm the issue, and if someone can point me in the right direction.
Thanks!
The text was updated successfully, but these errors were encountered: