is there a way in builder to output a transform to an existing dataset? I basically want to mimic what you can do in code repos where you can delete the job spec of a dataset and move it to a different repository in a different project? I found this which seems to work if they’re in the same project, but I need to do this across projects
This is not supported currently – builds submitted by Pipeline Builder are project-scoped, which provides greater control over permissioning within your build. A necessary constraint of this is that all outputs must be in the same project as your pipeline.