rls rule #41558
Replies: 1 comment 2 replies
-
|
Your configuration is correct — specifying a table in the When Superset executes a query for each chart, it checks which RLS rules have that chart's datasource listed in their So your rule: {
"clause": "RPM_FOR_NAME='COMPANY_NAME'",
"tables": ["TABLE_NAME"]
}will only add the A few things to note:
If the rule doesn't seem to be working as expected, double-check that the table you selected in the RLS configuration matches the exact datasource used by the chart you want filtered. To reply, just mention @dosu. Docs are dead. Just use Dosu. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
so i am embedding a dashboard which has multiple charts from different datasource , i am applying rls rule in dashboard level , but i want only the datasource i specify to apply the rls rule
{
"clause": "RPM_FOR_NAME='COMPANY_NAME'",
"tables": [
"TABLE_NAME"
]
}
this is for superset 5
@dosu
Beta Was this translation helpful? Give feedback.
All reactions