Skip to content

Final submission#9

Open
steveh-101 wants to merge 1 commit intoinfinityworks:mainfrom
steveh-101:rudeb0y-solution
Open

Final submission#9
steveh-101 wants to merge 1 commit intoinfinityworks:mainfrom
steveh-101:rudeb0y-solution

Conversation

@steveh-101
Copy link
Copy Markdown

Initiating a dbt project

Removing missing key and upload generated data

Adding setup.sql

This script configures requirements on snowflake in lieu of terraform (at a later date).

Configuring some helper packages

Useful for auto-generation when scaffolding projects

Setting up the source data

Generating base models

Modelling aggregated_customer_purchases

Adding some documentation and basic tests

Initiate terraform

updating the .gitignore for terraform related files

Setting up state storage/lock

Migrating tfstate to s3 backend

Adding iam resources

Adding a bucket for snowflake data.

import sys


def upload_files(base_path, bucket):
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is probably much easier to do with the cli rather than custom python, would consider doing that either awscli or snowsql

Initiating a dbt project

Removing missing key and upload generated data

Adding setup.sql

This script configures requirements on snowflake in lieu of terraform (at a later date).

Configuring some helper packages

Useful for auto-generation when scaffolding projects

Setting up the source data

Generating base models

Modelling aggregated_customer_purchases

Adding some documentation and basic tests

Initiate terraform

updating the .gitignore for terraform related files

Setting up state storage/lock

Migrating tfstate to s3 backend

Adding iam resources

Adding a bucket for snowflake data.
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.

1 participant