Store Pipeline Builder dataset into different project

Can I store a pipeline builder output dataset into project B if the pipeline lives in project A?

No, a pipeline’s outputs must be in the same project as the pipeline itself. However, you can use datasets from one project in another project using a project import. If you add a dataset from a different project to a pipeline, when you go to deploy, you will be prompted to do the project import.

1 Like

Thanks for confirming this. The “add reference” idea you’re suggesting works if I want to use the dataset in a pipeline in project B but doesn’t work if e.g. I want to provide a folder with a bunch of datasets to an end user (who are not supposed to see the logic behind it from project A).
I guess there’s a way to e.g. lock away the logic in project A via markings or use a Foundry View that I store in project B of project A’s dataset.

1 Like

Foundry Views are almost certainly the right solution to that problem!

2 Likes