How to automatically delete all PDP policies in a dataset
I'm running a PDP automation job in a dataset.
As the initial Orphan configuration is "Keep" so the number of policies increased after each execution. As a result, I'm facing "Java heap space" issue, I guess it means the policy table is too big so it cannot save new policies.
Is there any way to delete all existing policies in a dataset?
I'm checking the guideline in DOMO but it show a manual way ⇒ Go to dataset ⇒ Go to PDP tab ⇒ click on each policy and select "delete"
I've tried delete the PDP automation job and create a new one but it doesn't work.
Hope to hear advice from everybody.
Best Answer
-
You could call the API to get all the PDP policies on the DataSet via this URL: https://api.domo.com/v1/datasets/{dataset_id}/policies
Then you could loop through those policies and delete them via this URL: https://api.domo.com/v1/datasets/{dataset_id}/policies/{pdp_id}
More information here:Was this comment helpful? Click Agree or Like below.
Did this comment solve your problem? Accept it as the solution!2
Answers
-
Could you make the job delete all other policies by selecting "Delete" for the "How would you like to handle orphaned PDP policies?" option in the toolkit, then running an automation that assigns a single policy to the DataSet, then manually deleting that one left over policy?
Was this comment helpful? Click Agree or Like below.
Did this comment solve your problem? Accept it as the solution!1 -
Hey thanks for your suggestion. I tried it with a dataset with 3-4 policies, then it worked. In my case the dataset probably has million PDP policies so the new job run nearly 17 hours but it hasn't removed anything.
I think I need to do API call to delete the policy.
0 -
You could call the API to get all the PDP policies on the DataSet via this URL: https://api.domo.com/v1/datasets/{dataset_id}/policies
Then you could loop through those policies and delete them via this URL: https://api.domo.com/v1/datasets/{dataset_id}/policies/{pdp_id}
More information here:Was this comment helpful? Click Agree or Like below.
Did this comment solve your problem? Accept it as the solution!2
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 296 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 614 Datasets
- 2.2K Magic ETL
- 3.8K Visualize
- 2.5K Charting
- 729 Beast Mode
- 53 App Studio
- 40 Variables
- 677 Automate
- 173 Apps
- 451 APIs & Domo Developer
- 45 Workflows
- 8 DomoAI
- 34 Predict
- 14 Jupyter Workspaces
- 20 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 121 Manage
- 118 Governance & Security
- Domo Community Gallery
- 32 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive