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

Loading multiple yaml files with the same table name causes only the last one to be used. #76

Open
ryanneufeld opened this issue Jul 8, 2020 · 3 comments

Comments

@ryanneufeld
Copy link

In our use-case we have some common test data that we want in a table named "feature" for example.

If we load multiple files named 'feature.yml' from multiple paths, only the data from the last one added is present.

Instead I would have expected the data from both files to be aggregated before being inserted.

@andreynering
Copy link
Contributor

Hi @ryanneufeld, thanks for opening this issue!

I'm not sure what to think about this feature request.

Although easy to implement, it feels wrong to me to have multiple files for the same table. Any reason on why you don't keep all records in the same file?

@ryanneufeld
Copy link
Author

ryanneufeld commented Jul 20, 2020 via email

@mingrammer
Copy link

+1. I need this feature too.

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

No branches or pull requests

3 participants