route1io_connectors.utils.date_range module

calculate_date_ranges(total_start_date, total_end_date, days_incr: int = 30) List[Tuple[datetime.date, datetime.date]]

Return a list of tuples with date ranges. DAILY granular pulls can only be for 90 days worth of data so we have to do multiple pulls