dpguthrie/dbt-sl-streamlit — reverse-engineered prompt

Reverse engineered prompt

Build me a simple Streamlit app for exploring the dbt Cloud Semantic Layer.

I want to paste in my dbt Cloud JDBC URL and then be able to browse the metrics already defined in my dbt project. Make it feel easy for someone who is not super technical. I should be able to see what metrics exist, click into one, understand the basic details, and run a query to see the results. If it makes sense, include a chart view and a table view so I can quickly explore trends over time or break things down by dimensions.

Please make the app clean and straightforward, with a home screen and a few simple pages for browsing and exploring. Handle connection issues nicely and show helpful messages if the JDBC URL is missing or invalid. Keep the setup lightweight so I can run it locally and start the app with one command.

If you need to, look up the current dbt Cloud Semantic Layer docs online.

Want more depth? Deep Reverse