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.1K Product Ideas
- 1.1K Ideas Exchange
- 1.2K Connect
- 970 Connectors
- 259 Workbench
- Cloud Amplifier
- 1 Federated
- 2.4K Transform
- 76 SQL DataFlows
- 502 Datasets
- 1.8K Magic ETL
- 2.7K Visualize
- 2.2K Charting
- 379 Beast Mode
- 21 Variables
- 487 Automate
- 104 Apps
- 379 APIs & Domo Developer
- 6 Workflows
- 22 Predict
- 6 Jupyter Workspaces
- 16 R & Python Tiles
- 319 Distribute
- 67 Domo Everywhere
- 252 Scheduled Reports
- 59 Manage
- 59 Governance & Security
- 1 Product Release Questions
- 5K Community Forums
- 37 Getting Started
- 23 Community Member Introductions
- 64 Community Announcements
- 4.8K Archive