-
Notifications
You must be signed in to change notification settings - Fork 0
Repository Structure #1
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Included an overview of project in README.md file. Got started on scripts for accessing AWS S3 and AWS Glue through the python SDK.
Updated project description in README.md file. Got started AWS Redshift script and continued on scripts for accessing AWS S3 and AWS Glue and through the python SDK.
Added more methods to AWS S3, Glue and Redshift scripts. Added PySpark script for extracting data from S3 source to Bronze tier of data lake.
Made changes to extraction scripts, reorganized project directory to suit three data lake tiers.
Made changes to extraction scripts for each of the tables from the source database
Refactored the extraction scripts package by creating a function that dynamically extracts all tables from the database by iterating through the table names. I also removed the extraction scripts package after testing the extraction function was functional.
Created separate modules for running the ETL pipeline using either a python shell or glue job, depending on the size of the data to be processed from the source S3 bucket.
Separated dag script into into glue dag and python shell dag, reflecting future project direction.
Updated the python shell dag script to show how the data was extracted to the source bucket and how it would be moved to the bronze tier from the source bucket. Also updated README.md file with project outline going forward.
…line due to no tests present
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR: