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

Connection Page: Have Bulk/Multiple Sync Settings #4226

Closed
numphileo opened this issue Jun 19, 2021 · 2 comments · Fixed by #9025
Closed

Connection Page: Have Bulk/Multiple Sync Settings #4226

numphileo opened this issue Jun 19, 2021 · 2 comments · Fixed by #9025
Assignees

Comments

@numphileo
Copy link
Contributor

Tell us about the problem you're trying to solve

  1. There are cases wherein there are many tables, and to change the sync settings, one has to make the changes to every single table.
  2. Automate fetching of the cursor fields, and sort them by frequency in the filter.

Describe the solution you’d like

  1. It’d really help if there was an option to change the sync settings for all tables.
  2. The cursor field can be fetched from the db, usually, it is common names such as created_on, modified_on and so on. So the user can select that, for working with db. Most of these filters can be put vertically, so that it can accommodate more collapsible options.

Describe the alternative you’ve considered or used

I've described that in the solution, and also, attaching images to it.
1.
image

image

Additional context

Are you willing to submit a PR?

Yes, I can request a team mate to go through the repo, and prepare a PR - however, it may take us some time.

@numphileo numphileo added the type/enhancement New feature or request label Jun 19, 2021
@marcosmarxm marcosmarxm changed the title DB Source Connectors - Bulk Sync Settings Connection Page: Have Bulk/Multiple Sync Settings Jul 9, 2021
@sherifnada
Copy link
Contributor

from #4762

Tell us about the problem you're trying to solve

As the customer/user of Airbyte, I would like to have the option to select the same sync method to all streams at once, on the stage of setting up the connections between the source connector and the destination.

Describe the solution you’d like

Add a button or the dropdown list with the options to choose between:
full-refresh overwrite, full-refresh append, Incremental refresh append, Incremental refresh append+deduplicate

Describe the alternative you’ve considered or used

Now it's difficult to select all the streams to a single specified sync method, the only option you have is to set sync mode for each stream manually, if you have them over 100, it takes a long time.

@jrhizor
Copy link
Contributor

jrhizor commented Jan 24, 2022

We should not include stream-specific namespace editing in this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants