An open API service indexing awesome lists of open source software.

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

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.

![Diagram](app_diagram.png)

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