Reputation: 188
I have created a flow in Cloud Dataprep, job executed. All fine.
However, my colleagues, who also has owner role in this GCP project, are not able to see the flow I created. I'm not able to find sharing options anywhere.
How should it be setup so that Dataprep flow can be worked on by multiple users?
Thanks.
Upvotes: 2
Views: 823
Reputation: 5147
UPDATE from September 2018 onwards
Sharing is now available. See the answer from @justbeez below https://stackoverflow.com/a/55386000/945789 for details.
No longer relevant - original answer prior to this release below
At the current time this is not possible. There were a bunch of new features released Jan 23, 2018 but sharing flows and/or datasets is still not there. Given it's still Beta keep an eye on releases as they seem to be big jumps: https://cloud.google.com/dataprep/docs/release-notes.
There are two workarounds I know of at the moment:
Upvotes: 3
Reputation: 1387
We've been using sharing at the Flow level since it was added in September 2018 (check the changelog). You get to this option from the kabob menu on the individual flow:
From there, you'll get a sharing menu you can use (keep in mind, you can only share with people who are in the project and have suitable permissions):
From there, you can see either all flows by default or just those that are shared:
Note that there's currently only one shared permission level, which is Collaborator. This means the person you share with can work with the flow, add recipes, etc.—but they don't have the option of renaming the flow or managing sharing. The recently added Folders option doesn't support sharing at all.
Full details on sharing flows can be found here: https://cloud.google.com/dataprep/docs/html/Overview-of-Sharing_118228675
Upvotes: 1