Files
shelly-ui/.agents/skills/developing-with-streamlit/templates/apps/dashboard-stock-peers-snowflake/snowflake.yml
T
jonas 71803418e5 Initial commit: Shelly Manager with Textual CLI, Streamlit UI, and comprehensive .gitignore
Shelly device management app with mDNS/subnet discovery, inventory,
configuration, and mass operations for Gen1/Gen2+ devices.

Includes .gitignore excluding runtime data (device DB, user config),
AI conversation history, build artifacts, and common Python/OS patterns.
2026-03-23 21:51:59 +01:00

19 lines
607 B
YAML

definition_version: 2
entities:
DASHBOARD_STOCK_PEERS_SNOWFLAKE:
type: streamlit
identifier:
name: DASHBOARD_STOCK_PEERS_SNOWFLAKE
database: <FROM_CONNECTION> # Use: snow connection list
schema: <FROM_CONNECTION>
query_warehouse: <FROM_CONNECTION>
runtime_name: SYSTEM$ST_CONTAINER_RUNTIME_PY3_11
# List available: SHOW EXTERNAL ACCESS INTEGRATIONS;
# Common: PYPI_ACCESS_INTEGRATION (verify exists)
external_access_integrations:
- <YOUR_PYPI_INTEGRATION>
main_file: streamlit_app.py
artifacts:
- streamlit_app.py
- pyproject.toml