z3z1ma / dbt-osmosis

Provides automated YAML management, a dbt server, streamlit workbench, and git-integrated dbt model output diff tools
https://z3z1ma.github.io/dbt-osmosis/
Apache License 2.0
456 stars 46 forks source link

[feat] Allow pass project and profile from CLI to workbench entrypoint #10

Closed z3z1ma closed 2 years ago

z3z1ma commented 2 years ago

We can likely forgo the initial page asking for project and profile and resolve it via injecting env vars at runtime when instantiating the streamlit subprocess allowing us to use CLI args

z3z1ma commented 2 years ago

Donezo