Hi Dino, thanks for the great content! Do you know if its possible for the group creation and users assignment to be dynamic as well? For example if we have thousands of brands, is it possible to read brand/users_assigned from a predefined table in a database instead of creating groups one by one in looker? Thanks
Solved my own question :) we can apply the access_filter based on the system email attribute. access_filter: { field: products.brand_manager #should match the user login email user_attribute: email }
This is a fabulous content, explained with much clarity. Thanks for all the efforts!! 👍
Hi Dino, thanks for the great content! Do you know if its possible for the group creation and users assignment to be dynamic as well?
For example if we have thousands of brands, is it possible to read brand/users_assigned from a predefined table in a database instead of creating groups one by one in looker? Thanks
Solved my own question :) we can apply the access_filter based on the system email attribute.
access_filter: {
field: products.brand_manager #should match the user login email
user_attribute: email
}