Looking to quickly replicate an existing data pipeline in a new prepare instance. Is it possible to clone a table in one prepare instance into another, or somehow export a table from one prepare instance and import into another?
I cannot see any option, so my guess is no, but just thought I’d ask.
Regards
Paul
Best answer by Trine Stuhr
Hey @Paul Bridge, quickly chiming in as well as I may think I know what you need. You have your Prepare and now a cloned Prepare Instance. And now you want to “copy”/migrate the data and your logic from your Prepare to the new cloned Prepare Instance - check out this guide (scroll half way through. You may need to place your Prepare instances in seperate environments): Migrate instances across Environments | Community But as Devin points out, you can only migrate the entire instance and not on a table level.
I think the Blueprint functionality solves somewhat the same, but maybe has a bit of different purpose.
The blueprint option can help with specific setups that can be repurposed based on a setup of a data source in a Prepare instance.
A popular data source will mostly have the same tables which likely will be used to give the same result. So instead on focusing on one table it will be a selection of tables that can be shared.
Hey @Paul Bridge, quickly chiming in as well as I may think I know what you need. You have your Prepare and now a cloned Prepare Instance. And now you want to “copy”/migrate the data and your logic from your Prepare to the new cloned Prepare Instance - check out this guide (scroll half way through. You may need to place your Prepare instances in seperate environments): Migrate instances across Environments | Community But as Devin points out, you can only migrate the entire instance and not on a table level.
I think the Blueprint functionality solves somewhat the same, but maybe has a bit of different purpose.