Skip to content

Does Magda support data access upon request? #3470

Answered by t83714
Duragtan asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Duragtan,

I think it's doable with Magda's built-in dataset data model.
Magda's dataset data model comes with two parts:

  • distributions: a collection of records that represent the data files/resources/ APIs that the dataset contains.
  • dataset: the main metadata record describe the dataset itself and also serve as the container of all resource / data files (via distributions) of the dataset.

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:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by t83714
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants