Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Row Level Security to interact with Druid #9320

Closed
zpi1223 opened this issue Mar 18, 2020 · 1 comment
Closed

Add Row Level Security to interact with Druid #9320

zpi1223 opened this issue Mar 18, 2020 · 1 comment
Labels
inactive Inactive for >= 30 days

Comments

@zpi1223
Copy link

zpi1223 commented Mar 18, 2020

[SIP] Proposal for Add Row Level Security to interact with Druid

Motivation

Currently Superset supports a lot of back-end storage, including

Proposed Change

  1. Based on version: 0.28.1
  2. 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)
  3. The interface is as follows:
    [Module]:
    image
    [List]:
    image
    [Add]:
    image
    [Used]:
    image
  4. 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
@stale
Copy link

stale bot commented May 17, 2020

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.

@stale stale bot added the inactive Inactive for >= 30 days label May 17, 2020
@stale stale bot closed this as completed May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inactive Inactive for >= 30 days
Projects
None yet
Development

No branches or pull requests

1 participant