I’m currently facing a permissions error despite being the owner and builder of the media set. The permission error says I must be an editor. I’m using the pipeline builder to transform the media set into a dataframe. Any assistance on resolving this issue would be greatly appreciated.
Hey! Just to confirm when you follow these steps for your media set, does it say Editor or Owner?
https://www.palantir.com/docs/foundry/security/checking-permissions/#check-access-panel
and do you have editor perms on the pipeline itself?
Hi! I went to the link you sent and checked both the media set and the pipeline itself. I have Owner permissions on both
Can you try something – can you give yourself editor perms as well for both (you should be able to since you’re an owner) and see if that changes anything
Thank you for the suggestion! Unfortunately, I tried that and I still am getting a permission error.
Ah I’m sorry to hear. Do you mind including a screenshot so I can see where you’re getting the permissions error?
Hello! Based on what’s been said so far, this doesn’t seem to be expected behaviour. Please can you file a support ticket so that it can be investigated properly? Thank you!
One clarifying question - which of the following is true?
① The media set is a direct input to your job.
② You have one job that extracts media references from the media set and outputs them to a dataset, and then another job reads that dataset of media references and processes them.
If ②, I believe that this error is expected, because media references can only be accessed in a transform where the media set is itself an input.
Another thing that I could check is that you also have editor permissions on the project your pipeline lives in
Oh, I had two jobs. One job that extracts media references from the media set and outputs them to a dataset, and then another job reads that dataset of media references and processes them. Thank you so much!