Cross posting this message from <@U06CED15A04> in ...
# plugins-general
p
Cross posting this message from @jo_pearson in case someone in this channel knows how to help 🧵
For the google-analytics tap meltano variant, we've found that choosing a start date in 2020 that goes to the current day outputs reports that vary significantly from the GA UI, and that one-day increments match up much more closely (ex config file below).
{
"key_file_location": "client_secrets.json",
"view_id": "123456789",
"start_date": "2022-01-01T000000Z"
"end_date": "2022-01-02T000000Z"
}
Is there a way to loop through dates in one-day increments? So that the tap pulls a report for 1/1/22, then systematically runs through each day following that until it hits the current day. Example config file below. Without having to manually update for each one-day run?