Microsoft Synapse is an analytics service that brings together enterprise data warehousing and Big Data analytics. It runs natively on Azure Cloud.
To create a simple Synapse transformation, follow these steps:
source
(as expected by the Snowflake script).CREATE TABLE "result" WITH (DISTRIBUTION = ROUND_ROBIN) AS
SELECT "first", "second" * 42 AS "larger_second" FROM "source";
You can organize the script into blocks.
© 2025 Keboola