Skip to content
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

Final submission #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

rudeb0y
Copy link

@rudeb0y rudeb0y commented Apr 23, 2021

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
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