ryan_bell
02/26/2024, 4:02 PMstart_date
and end_date
and uses those to create segments for the data you’re asking for (at least for any Reporting endpoints). For instance, if I asked for CampaignsPerformance
with a start_date
of “2020-01-01” and an end_date
of today, it would tell me how each campaign performed over that ENTIRE period. What I’d like instead is to take the date period, split it into one-day chunks, and make separate requests with each of those new date periods. However, doing this while using the Meltano SDK has me a lil confused… has anyone had to do something similar?ryan_bell
02/26/2024, 9:13 PM