Allow empty datasets with future date ranges
We pull two years transactions plus the current year from an api using JSON connectors. I've found it more reliable and efficient to break the data into smaller pieces. For the past years, I have created a connector for each - refreshed once per month. For the current year, I am splitting the year into Q1, Q2, Q3, and Q4.…