-
Configure a Snowflake credential called
default
with permissions to create and read tables- Follow the getting started guide here
-
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
, orSNOWFLAKE_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.
- compile_error_example: compile_error_example
- lint_examples: lint_examples
- check_examples: check_examples