Account Usage QUERY_ HISTORY View: Change to QUERY_ TAG¶
Attention
This behavior change is in the 2024_03 bundle.
For the current status of the bundle, refer to Bundle History.
The output of the QUERY_HISTORY view, when returning information related to a Streamlit in Snowflake query, displays as follows:
- Before the change:
The
QUERY_TAGcolumn contains a free form value resembling:With a child query tag content resembling:
- After the change:
The
QUERY_TAGcolumn contains a JSON value resembling:With a child query tag content resembling:
When parsing query history or tracking the Streamlit app, refer to the fully-qualified name of the Streamlit app, for example
"StreamlitName": "STREAMLIT_DB.STREAMLIT_SCHEMA.OBJECT_NAME".
Ref: 1571