Skip to content

Commit 2ad9538

Browse files
committed
final updates Julie
1 parent f91bfb9 commit 2ad9538

4 files changed

Lines changed: 16 additions & 18 deletions

File tree

docs/tools/synapse-pathway/azure-synapse-pathway-overview.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,36 +20,32 @@ To translate this critical SQL code, customers have to either manually rewrite e
2020

2121
> [!IMPORTANT]
2222
> 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+
2425
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2526
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.
2728

2829
![Azure Synapse pathway overview.](./media/pathway-overview/synapse-pathway-overview.png)
2930

30-
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.
3132

3233
## Behind the scenes
3334

3435
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.
3536

3637
## Get Azure Synapse Pathway
3738

38-
Azure Synapse Pathway is currently in **Preview**.
39-
4039
To install Synapse Pathway, check [Azure Synapse Pathway download](synapse-pathway-download.md) for pre-requisites and the link to download the latest version.
4140

4241
## Supported sources
4342

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:
4544
- **IBM Netezza**
4645
- **Microsoft SQL Server**
4746
- **Teradata Vantage**
4847
- **Snowflake**
4948

50-
<!-- > [!NOTE]
51-
Check [release notes](..) for new sources added as well as feature additions. -->
52-
5349
## Frequently asked questions
5450

5551
Review the [FAQ Page](pathway-faq.md) for additional information on Azure Synapse Pathway

docs/tools/synapse-pathway/synapse-pathway-assessment.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ For more information, see [Azure Synapse Pathway overview](azure-synapse-pathway
1919
In this tutorial, you learn how to:
2020

2121
> [!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
2323
> * 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
2525
2626
## Prerequisites
2727

@@ -33,9 +33,9 @@ To complete this tutorial, make sure you've installed [Azure Synapse Pathway](sy
3333

3434
1. Select from one of the available sources, the ones that will be added soon are grayed out.
3535
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.
3836

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.
3939
4040
1. When translating the Netezza code to Azure Synapse Analytics, choose IBM Netezza in the Translation Type drop down.
4141
![Azure Synapse assessment input.](./media/perform-assessment/assessment-input.png)
@@ -51,8 +51,10 @@ Only files with .sql extension can be provided as an input source. If the user p
5151
![Azure Synapse assessment report.](./media/perform-assessment/assessment-report.png)
5252

5353
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.
5658

5759
## Next steps
5860

docs/tools/synapse-pathway/synapse-pathway-behind-the-scenes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure Synpase Pathway Preview behind the scenes.
2+
title: Azure Synapse Pathway Preview behind the scenes.
33
description: Technical deep dive into how Azure Synapse Pathway translates your code.
44
author: anshul82-ms
55
ms.author: anrampal.
@@ -12,7 +12,7 @@ ms.custom: template-concept
1212

1313
# Azure Synapse Pathway Preview behind the scenes
1414

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.
1616

1717
Each of the stages preserves and augments the knowledge of the source including source-specific metadata to ensure the highest quality in translation.
1818

docs/tools/synapse-pathway/tutorial-save-load-assessment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 02/18/2021
1111

1212
# Save and load assessments with Azure Synapse Pathway (Preview)
1313

14-
The following step-by-step instructions demonstrates saving and uploading a data warehouse assessment from a file using Azure Synapse Pathway.
14+
The following step-by-step instructions demonstrate how to save and upload a data warehouse assessment from a file using Azure Synapse Pathway.
1515

1616
In this tutorial, you learn how to:
1717

0 commit comments

Comments
 (0)