sync_activities not updating update_state_with_export_info with export_end time.
state = update_state_with_export_info(state, stream, bookmark=export_start.isoformat())
export_start = export_end
should really be -->
export_start = export_end
state = update_state_with_export_info(state, stream, bookmark=export_start.isoformat())
update_state_with_export_info should take export_end i believe.
If anybody tried sync_activities , i like to hear any comments on your experiences, whether you are able to completely load activities tables.
sync_activities not updating update_state_with_export_info with export_end time.
state = update_state_with_export_info(state, stream, bookmark=export_start.isoformat())
export_start = export_end
should really be -->
export_start = export_end
state = update_state_with_export_info(state, stream, bookmark=export_start.isoformat())
update_state_with_export_info should take export_end i believe.
If anybody tried sync_activities , i like to hear any comments on your experiences, whether you are able to completely load activities tables.