Forum Discussion

Rachel_tsao's avatar
Rachel_tsao
Frequent Visitor
5 years ago
Solved

Dataflow set up different credential to different audiences

Hi experts,

Does anyone know how to set up different credential for different table under a dataflow?

In my case, I have sales data for all company which included Site A & B, which they should not able to see other site's information, given that, I want to set up the credential that Site A only able to access my dataflow for below table "Site A" and Site B only for table "Site B", but don't know how to set up the credential...could anyone light me up? Thanks!

 

  • Dataflows are secured at the Workspace level, there's no other security option. A user granted access to the Workspace will be able to read all dataflows in the Workspace.

    You will need a different Workspaces for different user groups, or put the data into a dataset and secure with RLS.

1 Reply

  • Dataflows are secured at the Workspace level, there's no other security option. A user granted access to the Workspace will be able to read all dataflows in the Workspace.

    You will need a different Workspaces for different user groups, or put the data into a dataset and secure with RLS.