singer-io / tap-harvest

A Singer tap for extracting data from the Harvest API
GNU Affero General Public License v3.0
8 stars 13 forks source link

Time entries not sync'ed properly #18

Closed gduchesneau closed 6 years ago

gduchesneau commented 6 years ago

Steps to reproduce:

1) Initialize Harvest integration (I use stitchdata.com) 2) Wait a month (the tap fetches data every 30 minutes during the month) 3) Create time entries 1 month in the past 4) Wait for next sync to complete

Result : the time entries created just now 1 month in the past (spent_at = now - 1 month) are not picked up by the integration.

Looking at the code it looks like it provides the right "updated_since" query parameter but the period is too narrow to pick up older entries.

dmosorast commented 6 years ago

Closing this as #20 was merged.