How do I import one workspace into another workspace in Synapse Analytics? For example, I would like to import dev synapse into qa synapse.
It should behave like Azure Data Factory does where you can Import and Export ARM template.
Unfortunately, you cannot transfer an entire Azure Synapse Analytics workspace to another Azure Synapse Analytics workspace/subscription.
I would suggest you to vote up an idea submitted by another Azure customer.
All of the feedback you share in these forums will be monitored and reviewed by the Microsoft engineering teams responsible for building Azure.
Azure SQL scripts, Notebook can be imported/exported from Azure Synapse Studio.
For pipelines, linked services you can download the support files and copy the JSON template and create a new pipeline using the same JSON template.
You can also use Azure PowerShell modules for to import and export.
For more details, refer Az.Synapse