Open
Description
Initially discussed in #26 (comment) and meltano/sdk#922.
TLDR;
What do you think of us defining end_date to be either an ISO 8601 date or datetime value (as is expected for start_date) or an ISO 8601 time interval. We could then use the following interpretation logic:
......
So, from the above, our proposed default of "5 minutes ago" would be "end_date": "-PT5M". To include exactly 10 days of data from the provided start_date, the end date could use a interval:"end_date": "P10D".
Metadata
Metadata
Assignees
Labels
No labels