Visualize Snowflake DB tree
Project description
streamlit-dbtree
Visualize Snowflake DB tree
Installation instructions
pip install streamlit-dbtree
Usage instructions
import streamlit as st
from streamlit_dbtree import streamlit_dbtree
ctx = snowflake.connector.connect(
user='<user_name>',
password='<password>'',
account='<account_locator>'
)
value = streamlit_dbtree(ctx,key="mysnownav")
if value is not None:
for sel in value:
st.write(sel.get("id") +" IS A " +sel.get("type"))
Options
Show the border or not:
showBorder=<bool>
Tree height:
height=<int>
Tree background color:
backgroundColor=<str> HEX value or str color like "red", "blue"
Tree font color:
fontColor=<str> HEX value or str color like "red", "blue"
Tree background color for selected item(s):
selectColor=<str> HEX value or str color like "red", "blue"
Tree font color for selected item(s):
fontSelectedColor=<str> HEX value or str color like "red", "blue"
Tree background color for hovered item(s):
hoverColor=<str> HEX value or str color like "red", "blue"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file streamlit-dbtree-0.2.5.tar.gz
.
File metadata
- Download URL: streamlit-dbtree-0.2.5.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
eb9391b5da0aad4925203b108e4a44206595da8731e5b748e533a9d1e8879f1c
|
|
MD5 |
becb42060dd135887b53f46a2474d1ef
|
|
BLAKE2b-256 |
69f754292f23c3bbb44eeb3508f112f5ec93dc103da4d9f84110d8724d65ce70
|
File details
Details for the file streamlit_dbtree-0.2.5-py3-none-any.whl
.
File metadata
- Download URL: streamlit_dbtree-0.2.5-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
35d6186731b4dd42cc3d36c7535fd7a7eb9595b348a1cc1ccb74e61ece196803
|
|
MD5 |
a5c96a1ec85f2b2c99a90ba820809fec
|
|
BLAKE2b-256 |
8cb22ecd0f178f4e85934847216430234b9ef0afd2646f15290cbf455d24ba9e
|