https://github.com/phdata/toolkit-snowflake-demo
Demos of the phData Toolkit against a Snowflake account
https://github.com/phdata/toolkit-snowflake-demo
Last synced: 6 months ago
JSON representation
Demos of the phData Toolkit against a Snowflake account
- Host: GitHub
- URL: https://github.com/phdata/toolkit-snowflake-demo
- Owner: phdata
- Created: 2023-12-11T19:15:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-01-18T00:16:11.000Z (6 months ago)
- Last Synced: 2026-01-18T12:48:47.466Z (6 months ago)
- Language: Jinja
- Homepage: https://toolkit.phdata.io
- Size: 4.62 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Toolkit Snowflake Demo
This repository demonstrates using the https://toolkit.phdata.io[phData Toolkit CLI] with CICD, targeting a Snowflake account.
== Workflows
Each tool has its own project directory named respectively.
Most of the link:.github/workflows[workflows] run on a schedule, or can be manually run.
The link:.github/workflows/provision.yaml[Provision workflow] runs for each PR containing changes to the link:provision[provision] directory, and then again on merge to master.
The link:.github/actions/common-setup[common-setup] action encapsulates the common setup required for each workflow, specifically installing Java, installing the Toolkit CLI, and configuring CLI auth from a secret.