You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# update to different warehouse, this is default for trial accounts
12
16
export SNOWSQL_WAREHOUSE=COMPUTE_WH
13
17
# update the schema to use if you are on a different schema, demo code is set to work with this by default, changing this need to update ACL accordingly
You can now use the synchronized data to build a dashboard using [Streamlit](https://streamlit.io). The demo builds a simple dashboard that shows task by category along with a tabular representation of the tasks data.
392
-
393
-
#### Create the Stored Procedure
394
-
395
-
Stored Procedure to extract the data the table synchronized with Redpanda topic to any custom table.
406
+
Verify the inserted records are captured by the stream
You should see all the inserted records on the stream.
417
+
418
+
### Visualizing the Data
419
+
420
+
You can now use the synchronized data to build a dashboard using [Streamlit](https://streamlit.io). The demo builds a simple dashboard that shows task by category along with a tabular representation of the tasks data.
406
421
407
-
Extract the data from `TODO_LIST` table and load the same on to `todos` which will be used by Streamlit dashboard,
422
+
#### Create Dynamic Table
423
+
424
+
The demo will use Snowflake [Dynamic Table](https://docs.snowflake.com/en/user-guide/dynamic-tables-about) to transform the raw records on `$TODO_LIST_TABLE` table to a structure usable for the Streamlit dashboard,
0 commit comments