-
Hello all, I am wondering if Magda might be the right tool for my purposes. Can someone tell me if the following scenario is supported by Madga:
Maybe there is an extension to Magda allowing for this, if not alreay possible with Madga by itself? Best Soraltan |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @Duragtan, I think it's doable with Magda's built-in dataset data model.
The dataset / distribution records created by the built-in metadata authoring UI tool will set the permission of the dataset record and associated distribution records to the same permission. You can (through the APIs) alternate the permission of distribution records (of a dataset) to achieve that:
I guess you would want to maintain some sort of dataset approval transaction records as well. To understand Magda's data model more, you might be interested in this tutorial repo: |
Beta Was this translation helpful? Give feedback.
Hi @Duragtan,
I think it's doable with Magda's built-in dataset data model.
Magda's dataset data model comes with two parts:
The dataset / distribution records created by the built-in metadata authoring UI tool will set the permission of the dataset record and associated distribution records to the same permission.
You can (through the APIs) alternate the permission of distribution records (of a dataset) to achieve that: