forked from aws-samples/aws-cdk-pipelines-datalake-etl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/cdk pipelines init - testing completed (aws-samples#9)
* Multiple code changes based on peer-reviews. Renamed the files as follows: datalake_blog_trigger_load --> etl_statemachine_trigger datalake_blog_success_status_update --> etl_job_auditor dynamodb_config --> etl_job_config datalake_blog_conformed_sync.py --> etl_job_config_manager.py datalake_blog_conformed_logic.json --> etl_job_config_conformed_stage.json datalake_blog_sfn.json --> etl_job_state_machine.json datalake_conformed_load.py --> etl_raw_to_conformed.py datalake_purposebuilt_load.py --> etl_conformed_to_purposebuilt.py Fixed few issues around dynamodb client creation * More code changes based on peer-review * More code changes after peer review of the code * combined failure and success lambda logic in one script * fixes * Minor typos. Fixed issues with few imports. * Use flattened CloudFormation exports. Updates to Readme. * Use alternative S3 event notification strategy * Remove unused import * minor code fixes, updated readme, and developer guide file renamed * updated author section * Bump CDK version for feature compatibility * updated cdk dependency versions, readme, and minor code changes * updated github repo name * Updated IAM policy name for Glue Service Role * Updated IAM policy name * updated number of workers for Glue Jobs. * additional pip install command * correct pip install command * correct pip3 install * relative path changed to include lib prefix * pip3 install from requirements.txt * Remove use of Transformation DynamoDB TAble * modified transformation logic to read from sql file rather than dynamo db * Fix readme formatting * simple fix * consolidated two Lambda functions into one * state machine input variables, updated lambda and raw glue job fix * updated state machine and lambda * update print statement for sfn input * code fixes per review with Zahid * fixed the bugs introduced in the last commit * uploading modified developer_guid.md to cover ETL processing * added result_path to glue tasks * glue job integration pattern is now RUN_JOB * sql files updated with the right database name Co-authored-by: Ali <[email protected]> Co-authored-by: Isaiah Grant <[email protected]>
- Loading branch information
1 parent
c7a2b2d
commit 30312b8
Showing
28 changed files
with
595 additions
and
922 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.