I have a use case where I have two LookML view definitions: view1.view.lkml and view2.view.lkml. I need to create an explore that dynamically switches between view1 and view2 based on the user_attributes.first_name. For example, if user X accesses the explore, it should use view1, and if user Y accesses the explore, it should use view2.
Is dynamic selection of views possible in Looker? If yes, how can I achieve this?