Inplace Convert Dataset Views to Concrete Dataset

Is there a way to inplace convert dataset view to a concrete dataset, while keeping the original rid of the view (but now it’s a dataset)?

Chiming in from the Pipeline Builder side-- we don’t support a first class way of turning views into datasets, but I’ll let other folks comment on code repos

1 Like

You can delete the jobSpec of a view, add the rid to a dataset and run the checks which will write out the new jobSpec.

2 Likes

Hey thanks all for the ideas. I tried to delete job spec from a view and overwrite output in both repo and pipeline builder. both worked :+1: