ploomber
ploomber copied to clipboard
Add full AWS and Google Cloud examples
We currently don't have full examples for AWS and Google Cloud. This forces users to go around the docs to assemble their pipelines. Since consuming data from a warehouse, transforming and uploading results is a pretty typical use case, we should add some complete examples so users can get started quickly.
The main challenge is how to test them. For now, we can add them to the project's repository and test them manually, then at some point automate the testing process.
google cloud example done: https://github.com/ploomber/projects/tree/master/templates/google-cloud
I started digging into the AWS example, but Redshift isn't easy to setup
I think we should have an azure one too!