| include: "/views/revenue/gcc_revenue_partitioned.view.lkml" | |
| explore: gcc_revenue_partitioned { | |
| sql_always_where: true | |
| and ${access_key_hierarchy} like concat('%', replace('{{ _user_attributes['email']}}', '@google.com', ''), '%') | |
| and ${product_line} = '{{ _user_attributes['product_line'] }}';; | |
| } |