You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tools/synapse-pathway/azure-synapse-pathway-overview.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,36 +20,32 @@ To translate this critical SQL code, customers have to either manually rewrite e
20
20
21
21
> [!IMPORTANT]
22
22
> Azure Synapse Pathway is currently in public preview.
23
-
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
23
+
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
24
+
24
25
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
25
26
26
-
**Azure Synapse Pathway** helps you upgrade to a modern data warehouse platform by automating the code translation of your existing data warehouse. It is a free, intuitive and easy to use tool that automates the code translation enabling a quicker migration to Azure Synapse Analytics.
27
+
**Azure Synapse Pathway** helps you upgrade to a modern data warehouse platform by automating the code translation of your existing data warehouse. It's a free, intuitive, and easy to use tool that automates the code translation enabling a quicker migration to Azure Synapse Analytics.
Synapse Pathway translates Data Definition Language (DDL), Data Manipulation Language (DML) statements into T-SQL compliant language that is compatible with Azure Synapse SQL.
31
+
Synapse Pathway translates Data Definition Language (DDL) and Data Manipulation Language (DML) statements into T-SQL compliant language that is compatible with Azure Synapse SQL.
31
32
32
33
## Behind the scenes
33
34
34
35
To learn more about Azure Synapse Pathway, see [behind the scenes](synapse-pathway-behind-the-scenes.md) for a step-by-step process on how Azure Synapse Pathway works.
35
36
36
37
## Get Azure Synapse Pathway
37
38
38
-
Azure Synapse Pathway is currently in **Preview**.
39
-
40
39
To install Synapse Pathway, check [Azure Synapse Pathway download](synapse-pathway-download.md) for pre-requisites and the link to download the latest version.
41
40
42
41
## Supported sources
43
42
44
-
The preview version of Azure Synapse Pathway supports code conversion of database, schemas, and tables for the following sources:
43
+
Azure Synapse Pathway supports code conversion of database, schemas, and tables for the following sources:
45
44
-**IBM Netezza**
46
45
-**Microsoft SQL Server**
47
46
-**Teradata Vantage**
48
47
-**Snowflake**
49
48
50
-
<!-- > [!NOTE]
51
-
Check [release notes](..) for new sources added as well as feature additions. -->
52
-
53
49
## Frequently asked questions
54
50
55
51
Review the [FAQ Page](pathway-faq.md) for additional information on Azure Synapse Pathway
Copy file name to clipboardExpand all lines: docs/tools/synapse-pathway/synapse-pathway-assessment.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ For more information, see [Azure Synapse Pathway overview](azure-synapse-pathway
19
19
In this tutorial, you learn how to:
20
20
21
21
> [!div class="checklist"]
22
-
> * Run your first translation of the SQL scripts in from your existing data warheouse to T-SQL scripts for Azure Synpase SQL
22
+
> * Run your first translation of the SQL scripts in from your existing data warehouse to T-SQL scripts for Azure Synpase SQL
23
23
> * Choose from one of the available sources
24
-
> * View the error and warnings about the objects that didn't get translated
24
+
> * View the errors and warnings about objects that didn't get translated
25
25
26
26
## Prerequisites
27
27
@@ -33,9 +33,9 @@ To complete this tutorial, make sure you've installed [Azure Synapse Pathway](sy
33
33
34
34
1. Select from one of the available sources, the ones that will be added soon are grayed out.
35
35
1. In the Input directory folder, select browse and point the tool to the folder location of the **DDL** and **DML** scripts that need to be translated.
36
-
> [!Note]
37
-
Only files with .sql extension can be provided as an input source. If the user provides DDL, DML scripts in .txt file, tool will not perform any translation.
38
36
37
+
> [!Note]
38
+
> Only files with .sql extension can be provided as an input source. If the user provides DDL, DML scripts in .txt file, tool will not perform any translation.
39
39
40
40
1. When translating the Netezza code to Azure Synapse Analytics, choose IBM Netezza in the Translation Type drop down.
1. When you select view results, it will take you to the output directory specified in the previous step and you'll see the translated script file(s) based on your input directory structure.
54
-
1. It includes the project structure that can be easily committed to your Github repo.
55
-
1. A results file will uploaded in the same output directory, which will have a list of errors and warnings.
54
+
55
+
1. It includes the project structure that can be easily committed to your GitHub repo.
56
+
57
+
1. A results file, which will have a list of errors and warnings, will be uploaded in the same output directory.
Copy file name to clipboardExpand all lines: docs/tools/synapse-pathway/synapse-pathway-behind-the-scenes.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Azure Synpase Pathway Preview behind the scenes.
2
+
title: Azure Synapse Pathway Preview behind the scenes.
3
3
description: Technical deep dive into how Azure Synapse Pathway translates your code.
4
4
author: anshul82-ms
5
5
ms.author: anrampal.
@@ -12,7 +12,7 @@ ms.custom: template-concept
12
12
13
13
# Azure Synapse Pathway Preview behind the scenes
14
14
15
-
Azure Synapse Pathway’s goal is to preserve the functional intent of the original code while optimizing for the modern Synapse SQL. Synapse Pathway uses a three-stage process for translating SQL code from a source system to Azure Synapse SQL.
15
+
Azure Synapse Pathway’s goal is to preserve the functional intent of the original code while optimizing for Synapse SQL. Synapse Pathway uses a three-stage process for translating SQL code from a source system to Azure Synapse SQL.
16
16
17
17
Each of the stages preserves and augments the knowledge of the source including source-specific metadata to ensure the highest quality in translation.
0 commit comments