Hello. I did not specify a task runner so just using default settings.
I’m not sure how to provide a simple example of the code that would be helpful. I can explain what it’s doing though. It’s reading data events from this API,
https://developer.clevertap.com/docs/get-events-api, for a specified date range. Today, I ran it for 1 date only. The API returns a pretty nested JSON. In the script that JSON is turned into a dataframe and appended to a snowflake table. The API will only return 5000 events at a time so there is a loop that continues until all events are retrieved.
Let me know if you would like to look at the actual code. Again, just not sure how to share a simple version of it, so if you can provide a bit more detail on exactly what you want there.