Defines a list of sample queries that could be performed on the topic.
Defines a list of sample queries that could be performed on the topic, which is used:
To present example queries when a topic is selected in the workbook or using the embedded version of the query helper.To hide the query, set the hidden parameter to true.
sample_queries: Summary Stats: query: fields: [ order_items.sale_price_sum, users.count, calc_1 ] base_view: order_items calculations: calc_1: sql: OMNI_FX_SAFE_DIVIDE(${order_items.sale_price_sum}, ${users.count}) limit: 1000 sorts: - field: order_items.sale_price_sum topic: order_items description: Total Revenue, Users and Revenue per User hidden: false prompt: show me total revenue, count of users and revenue per user ai_context: uses a calculation to compute avg. revenue per user exclude_from_ai_context: false