Use Case:
I want to create a connection for a single user schema in ADW. The goal is that when the user creates a dataset, they should only see the tables from their specific schema and not from other schemas.
Details:
- Approach 1:
I tried creating a connection by providing the username and password for the specific user whose schema I want to display. For authentication, I selected the default option, "Always use the credentials." However, when I attempted to create a dataset, I could see all schemas in ADW, not just the user’s schema. - Approach 2:
I provided the username and password for the specific user again but selected the "Require users to enter their own credentials" authentication option. When I tried creating a dataset, it prompted me for a username and password. I entered the ADW username and password (for the schema I want to access), but it gave an "invalid credentials" error.
Questions:
- With Approach 1, is it possible to limit the connection to only show the schema for the specified user?
- With Approach 2, am I using the correct username and password, or is it expecting different credentials to access the schema?