Skip to content

Generate a full load in first load if in incremental mode #197

@edulauer

Description

@edulauer

When using the function sync_db_2_db for incremental load, if the destination table is empty, it raises an exception:

Destination table empty. Use the full load option.

If it's the first run of the task and the table doesn't exist or is empty, a suggestion is for the framework to execute the full load first and then switch to incremental mode, without requiring human intervention.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions