Visualize your pipeline data
Assuming you have already set-up your Streamlit project all you have to do is change the schema
variable within the secrets.toml
file under the streamlit-project-web folder and rerun the dashboard.
# .streamlit/secrets.toml
# Snowflake or Databricks
...
schema = "YOUR_NEW_DERIVED_SCHEMA"
# BigQuery
...
dataset = "YOUR_NEW_DERIVED_SCHEMA"
Run the command below to run the streamlit locally:
streamlit run Dashboard.py
Assuming you have already imported the IPython notebook provided in the chapter about visualizations, all you have to do is change the schema within the queries used to generate the graphs.
You can do this quickly by using the Edit/ Find and replace
functionality.