https://github.com/dpguthrie/dbt-sl-cortex-streamlit-blog
Repo for the dbt developer blog post
https://github.com/dpguthrie/dbt-sl-cortex-streamlit-blog
Last synced: 27 days ago
JSON representation
Repo for the dbt developer blog post
- Host: GitHub
- URL: https://github.com/dpguthrie/dbt-sl-cortex-streamlit-blog
- Owner: dpguthrie
- Created: 2024-05-01T03:03:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T12:32:10.000Z (about 2 years ago)
- Last Synced: 2025-02-23T03:28:54.901Z (over 1 year ago)
- Language: Python
- Size: 197 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
This repo contains the code used to create the streamlit in snowflake app mentioned in this blog post. There are two files:
- snowflake.sql - Contains all relevant snowflake code to be execute
- app.py - Contains all of the code to power the streamlit app
Please open up an issue here if you encounter any problems.
# Architecture
The diagram below shows the flows within the application.

The inspiration for this app started [here](https://dbt-semantic-layer.streamlit.app)