Skip to content

Feature/snowflake#9

Draft
jimmysteinmetz wants to merge 2 commits intomainfrom
feature/snowflake
Draft

Feature/snowflake#9
jimmysteinmetz wants to merge 2 commits intomainfrom
feature/snowflake

Conversation

@jimmysteinmetz
Copy link
Contributor

I'm now thinking that the utilities/scripts should be in this packages/snowflake directory and the queries specific to this project should be specifically in the north-carolina/voter-data directory, right?

USE ROLE SYSADMIN // or a role which is granted the appropriate permissions to create database, schema, and warehouse objects
// TODO: create a role which is limited to only the exact permissions needed to execute this

CREATE DATABASE NC_CAMPAIGN_FINANCE;
Copy link
Member

Choose a reason for hiding this comment

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

If this is specific to the north carolina project we should probably move this as a sub-package of north-carolina

@@ -0,0 +1 @@
snowsql -a vx50048.us-central1.gcp -u nccf_svc -d nc_campaign_finance_dev -s nccf
Copy link
Member

Choose a reason for hiding this comment

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

This should probably contain placeholders instead.

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.

2 participants