You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SIP] Proposal for Add Row Level Security to interact with Druid
Motivation
Currently Superset supports a lot of back-end storage, including
Proposed Change
Based on version: 0.28.1
A total of 4 files and a storage table are involved:
a) superset / connectors / druid / models.py
b) superset / connectors / druid / views.py
c) superset / viz.py
d) pydruid / utils / filters.py
e) Table: row_level_security (role_id, datasource_id, column_value)
The interface is as follows:
[Module]:
[List]:
[Add]:
[Used]:
Description:
a) models.py and views.py: for adding modules
b) viz.py (query_obj): add row-level filtering permissions to the Druid json filter
c) filters.py (__ init__): adjust the ordering problem in the bound case
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.
[SIP] Proposal for Add Row Level Security to interact with Druid
Motivation
Currently Superset supports a lot of back-end storage, including
Proposed Change
a) superset / connectors / druid / models.py
b) superset / connectors / druid / views.py
c) superset / viz.py
d) pydruid / utils / filters.py
e) Table: row_level_security (role_id, datasource_id, column_value)
[Module]:
[List]:
[Add]:
[Used]:
a) models.py and views.py: for adding modules
b) viz.py (query_obj): add row-level filtering permissions to the Druid json filter
c) filters.py (__ init__): adjust the ordering problem in the bound case
The text was updated successfully, but these errors were encountered: