-
Notifications
You must be signed in to change notification settings - Fork 36
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
Grabbing multiple subsets for the same table? #139
Comments
Hi @reidab |
This was prompted as a workaround for the issue presented in hellofresh#139. By allowing data-only transfers to be run, we can use multiple config files in order to extract multiple subsets from the same table. An initial run, without `--data-only`, copies the DB structure and anonmized users while a second run using `--data-only` and a different config file copies unmodified versions of admin users to the same table. It's likely useful in many other caeses as well.
Hey folks, I'm testing the tool and I have the same situation. I was wondering how it could be fixed.
I've seen we already have the option --data-only, but in that case we need to have multiples steal process. The option is amazing, but it is "global" config, using the option into the table config it could be more handy for that cases. I can work on that if you thing it could be a good addition to the tool |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had any activity in the last 21 days. Feel free to re-open in case you would like to follow up. |
I've got a use case where I'm interested in grabbing:
I tried defining two
[[Tables]]
blocks in the config, but only the first is executed.I also tried using two separate config files, but I can't see a way to process only data and not the structure, so I run into an error because the tables already exist.
Is there a way to do this currently?
The text was updated successfully, but these errors were encountered: