Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
edulauer opened this issue Oct 2, 2024 · 0 comments
Open

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

edulauer opened this issue Oct 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@edulauer
Copy link
Member

edulauer commented Oct 2, 2024

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.

@edulauer edulauer added the enhancement New feature or request label Oct 2, 2024
@edulauer edulauer changed the title Generate a full load in first load if is incremental Generate a full load in first load if in incremental mode Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant