71803418e5
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.
19 lines
599 B
YAML
19 lines
599 B
YAML
definition_version: 2
|
|
entities:
|
|
DASHBOARD_COMPUTE_SNOWFLAKE:
|
|
type: streamlit
|
|
identifier:
|
|
name: DASHBOARD_COMPUTE_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
|