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
(expected by the Snowflake script),destination
table (produced by the Snowflake script) to a new table in your Storage,CREATE TABLE "result" WITH (DISTRIBUTION = ROUND_ROBIN) AS
SELECT "first", "second" * 42 AS "larger_second" FROM "source";
You can organize the script into blocks.
© 2020 Keboola