view: int_prod_vw_store_pricing_by_release { sql_table_name: INTELLIGENCE.DBT_PROD.STORE_PRICING_BY_RELEASE ;; #sql_table_name: intelligence.prod.store_pricing_by_release ;; dimension: release_id { type: number hidden: yes sql: ${TABLE}.release_id ;; } dimension: store_id { description: "Store ID associated with pricing info" type: number sql: ${TABLE}.store_id ;; } dimension: store_name { description: "Store Name associated with pricing info" type: string sql: ${TABLE}.store_name ;; } dimension: store_pricing_tier { description: "Pricing Tier Associated with the store" type: string sql: ${TABLE}.store_pricing_tier ;; } }