This is a Streamlit app that can help you figure out which models are still running. This is really handy if your dbt run is hanging. Check it out at https://dbt-model-finder.streamlit.app!
dbt-model-finder-demo.mp4
- ☁️ Handle log files downloaded from dbt Cloud which are formatted slightly differently.
- ⏱️ Return runtime duration for each still-running model
- 📊 Communicate model runtimes for successful models and maybe a cool viz
If you encounter any bugs or would like to suggest new features, please create an issue on the GitHub repository. Contributions are also welcome!
- Thanks to Idriss for the inspo - check out his Code Formatter app (repo link) 💡
- Thanks to Gemma for being my Python tutor 🐍