getredash / redash-toolbelt

API client and utilities to manage a Redash instance
BSD 2-Clause "Simplified" License
140 stars 74 forks source link

Pass multiple emails to gdpr-scrub script #28

Closed susodapop closed 3 years ago

susodapop commented 4 years ago

Type of PR

Description

Revises gdpr-scrub script to accept multiple email addresses on the command line.

$ gdpr-scrub https://app.redash.io/<slug> email1 email2 email3 ...

Related Tickets & Documents

Closes https://github.com/getredash/redash-toolbelt/issues/26

frankiesimon commented 4 years ago

@arikfr @susodapop Can this be merged?

susodapop commented 4 years ago

Merges into redash-toolbelt are on hold because deploying them to pypa is manual 😦 But you can still run this script. Just clone the repo, run poetry install and then gdpr-scrub becomes available.