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

Implement a provider model for RDS/Stdout mysql providers. #29

Open
wants to merge 29 commits into
base: s3-export-import
Choose a base branch
from

Conversation

fubarhouse
Copy link

@fubarhouse fubarhouse commented Jun 21, 2024

Based off the work done in #28, this segments the execution flow in a more coherent way using the 'provider model' to split out common functionality between the two routes of execution.

It keeps a single input for the user, where the user can provide a route of path, or use the default which is the current implementation on the main branch.

image

@nickschuch
Copy link
Collaborator

Love the approach. I have left a review for next steps. Can we also get a functional test for atleast the stdout parameter? That way we know we aren't breaking our currently .sql output file implementation.

Signed-off-by: Karl Hepworth <[email protected]>
Signed-off-by: Karl Hepworth <[email protected]>
Signed-off-by: Karl Hepworth <[email protected]>
Signed-off-by: Karl Hepworth <[email protected]>
Signed-off-by: Karl Hepworth <[email protected]>
Signed-off-by: Karl Hepworth <[email protected]>
Signed-off-by: Karl Hepworth <[email protected]>
Signed-off-by: Karl Hepworth <[email protected]>
Signed-off-by: Karl Hepworth <[email protected]>
Signed-off-by: Karl Hepworth <[email protected]>
Signed-off-by: Karl Hepworth <[email protected]>
Signed-off-by: Karl Hepworth <[email protected]>
Signed-off-by: Karl Hepworth <[email protected]>
Signed-off-by: Karl Hepworth <[email protected]>
Signed-off-by: Karl Hepworth <[email protected]>
Signed-off-by: Karl Hepworth <[email protected]>
@fubarhouse
Copy link
Author

Here's the functional test - all green.
https://github.com/skpr/mtk/actions/runs/9691644462/job/26743508199

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

Successfully merging this pull request may close these issues.

None yet

2 participants