Udacity-Data-Engineering-Projects icon indicating copy to clipboard operation
Udacity-Data-Engineering-Projects copied to clipboard

Few projects related to Data Engineering including Data Modeling, Infrastructure setup on cloud, Data Warehousing and Data Lake development.

Results 3 Udacity-Data-Engineering-Projects issues
Sort by recently updated
recently updated
newest added

Check if IAM role already exists and then skip creating a new one. ``` try: create_response = iam_client.create_role( Path='/', RoleName=role_name, Description=role_description, AssumeRolePolicyDocument = role_policy_document ) logger.debug(f"Got response from IAM client...

Hi, can you connect with the Sparkifydb???