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

Feature/snowflake #9

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Feature/snowflake #9

wants to merge 2 commits into from

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