Hi Sachi,
I tried restricting the user’s access to the views in Denodo and it worked fine for me. Try the following steps:
1. Create a user “new_user” in Denodo and give him access only to the derived views of the data source, for example dv_view1, dv_view2.
2. Now when you create the ODBC DSN, make sure you use this user “new_user” as your credentials.
3. Then when you select the DSN in your Alteryx tool, you will be able to access only the views dv_view1, dv_view2 and not to any other view or data source.
To know how to assign privileges to user in Denodo Platform, check out[ User and Access Right in Virtual DataPort](https://community.denodo.com/docs/html/browse/6.0/vdp/administration/databases_users_and_access_rights_in_virtual_dataport/user_and_access_right_in_virtual_dataport/user_and_access_right_in_virtual_dataport#user-and-access-right-in-virtual-dataport) of the Virtual DataPort Administration Guide.
Hope this helps.