Skip to content

A Modified version of the Mom's Flower Shop workspace for the data quality webinar

Notifications You must be signed in to change notification settings

sdf-labs/moms_flower_shop_data_quality_webinar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mom's Flower Shop - Snowflake

Workspace for SDF Labs Webinar - Shift Data Quality Left with SDF in CI/CD

Setup Instructions

  1. Configure a Snowflake credential called default with permissions to create and read tables

    • Follow the getting started guide here
  2. Upload seed data to Snowflake:

    sdf run -environment seed_remote

Now you're ready to test out all your SDF commands locally!

To setup the SDF Github Action located in .github/workflows/pr.data_quality.yml, you'll need to configure the following secrets in your Github repository:

  • Required secrets:
    • SNOWFLAKE_USERNAME
    • SNOWFLAKE_ACCOUNT
    • SNOWFLAKE_PASSWORD, or SNOWFLAKE_PRIVATE_KEY_PEM
    • Optional secrets:
      • SNOWFLAKE_WAREHOUSE
      • SNOWFLAKE_ROLE

For more information on how to setup the SDF Github Action, please refer to the SDF Action documentation.

To view the examples covered in the webinar, please view the following branches

About

A Modified version of the Mom's Flower Shop workspace for the data quality webinar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published