-
Notifications
You must be signed in to change notification settings - Fork 7
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
Data Product Copier #46
Conversation
src/components/product_copier/product_copier_error_info.record.yaml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking great.
src/components/product_copier/component-product_copier-implementation.adb
Outdated
Show resolved
Hide resolved
src/components/product_copier/component-product_copier-implementation.adb
Outdated
Show resolved
Hide resolved
src/components/product_copier/component-product_copier-implementation.adb
Show resolved
Hide resolved
src/components/product_copier/component-product_copier-implementation.adb
Outdated
Show resolved
Hide resolved
I remade the git history from scratch if that's alright. I basically committed each file in an order that allows it to always compile, but this completely overwrote history -- let me know if I should undo that. |
Yeah this is good. Telling a story for the reviewer is the primary goal with the history. |
One more doubt as I review this again -- should the copier be able to be hooked up to multiple Send connectors? So given a source, wouldn't it make sense to be able to copy to multiple destinations? |
305e74a
to
005ab30
Compare
Component to copy data products from one database to another. This can be used to "freeze" as set of data products to obtain a consistent set for something like a control cycle.