DESCRIBE STREAMLIT¶
Describes the columns in a Streamlit object.
DESCRIBE can be abbreviated to DESC.
- See also:
CREATE STREAMLIT, SHOW STREAMLITS, ALTER STREAMLIT, DROP STREAMLIT
Syntax¶
DESC[RIBE] STREAMLIT <name>
Required parameters¶
name
Specifies the identifier for the Streamlit object to describe. If the identifier contains spaces or special characters, the entire string must be enclosed in double quotes. Identifiers enclosed in double quotes are also case-sensitive.
Usage notes¶
To post-process the output of this command, you can use the RESULT_SCAN function, which treats the output as a table that can be queried.
Output¶
The command output provides information about a Streamlit object in the following columns:
| name | root_location | main_file | query_warehouse | url_id | default_packages | user_packages |
Column |
Description |
---|---|
|
Name of the Streamlit object. |
|
Root location of the Streamlit object’s application files. |
|
Name of the Streamlit object’s Python file. |
|
Warehouse where queries issued by the Streamlit application are run. |
|
Unique ID associated with the Streamlit object. |
|
Default Python packages for the Streamlit application. |
|
Python packages that the user specified in the |