You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: