Skip to content

I do not think sync_activities is in good shape #64

@venkatkondababu

Description

@venkatkondababu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions