Skip to content

Commit f91bfb9

Browse files
committed
@finalupdates
1 parent 37d4e6f commit f91bfb9

10 files changed

Lines changed: 14 additions & 10 deletions

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ To translate this critical SQL code, customers have to either manually rewrite e
2323
> 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.
2424
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2525
26-
**Azure Synapse Pathway** helps you upgrade to a modern data warehouse platform by automating the code translation of your existing data warehouse. Its a free, intuitive and easy to use tool that automates the code translation enabling a quicker migration to Azure Synapse Analytics .
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 .
2727

2828
![Azure Synapse pathway overview.](./media/pathway-overview/synapse-pathway-overview.png)
2929

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

3232
## Behind the scenes
3333

@@ -41,7 +41,7 @@ To install Synapse Pathway, check [Azure Synapse Pathway download](synapse-pathw
4141

4242
## Supported sources
4343

44-
Azure Synapse Pathway supports code conversion of database, schemas, and tables for the following sources:
44+
The preview version of Azure Synapse Pathway supports code conversion of database, schemas, and tables for the following sources:
4545
- **IBM Netezza**
4646
- **Microsoft SQL Server**
4747
- **Teradata Vantage**
-11.1 KB
Loading
-17.3 KB
Loading
53.8 KB
Loading
-20.7 KB
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ A. In this preview version of Synapse Pathway, you will have to provide the link
4747

4848
A. Since you can run Synapse Pathway in your local environment, there is no data captured except your name and organization, which is required when you download the MSI from the Microsoft download center.
4949

50-
### Q. Where can I raise issues found while running Azure Synapse Pathway?
50+
### Q. Where can I raise issues encountered in Azure Synapse Pathway?
5151

5252
A. Azure Synapse Pathway is currently in **Preview**. Support for Synapse Pathway is available through Microsoft support channel. You can raise the ticket either in the Azure portal or standard (typically on-prem support) portals.
5353

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ 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.
38+
39+
3640
1. When translating the Netezza code to Azure Synapse Analytics, choose IBM Netezza in the Translation Type drop down.
3741
![Azure Synapse assessment input.](./media/perform-assessment/assessment-input.png)
3842

@@ -46,7 +50,7 @@ To complete this tutorial, make sure you've installed [Azure Synapse Pathway](sy
4650
1. The duration of the assessment depends on the number of databases added and the schema size of each database. Results are displayed for each database as soon as they're available.
4751
![Azure Synapse assessment report.](./media/perform-assessment/assessment-report.png)
4852

49-
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 created based on your input directory structure.
53+
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.
5054
1. It includes the project structure that can be easily committed to your Github repo.
5155
1. A results file will uploaded in the same output directory, which will have a list of errors and warnings.
5256

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ 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 data warehouse. 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 the modern Synapse SQL. Synapse Pathway uses a three-stage process for translating SQL code from a source system to Azure Synapse SQL.
1616

17-
Each of the stages preserves and augments the knowledge of the source with original location information including source-specific metadata to ensure the highest quality in translation.
17+
Each of the stages preserves and augments the knowledge of the source including source-specific metadata to ensure the highest quality in translation.
1818

1919
![Azure Synapse Pathway.](./media/technical-deep-dive/behind-the-scene.png)
2020

@@ -26,7 +26,7 @@ Synapse Pathway defines source grammars that allow the tool to identify and proc
2626

2727
## Stage 2 - Augmented abstract syntax tree (AST)
2828

29-
Synapse Pathway defines a common representation of all objects in an augment Abstract Syntax Tree (AST). The Synapse Pathway AST includes additional statements or fragmented metadata that is used to make the proper decision when translating code between the two systems.
29+
Synapse Pathway defines a common representation of all objects in an augmented Abstract Syntax Tree (AST). The Synapse Pathway AST includes additional statements or fragmented metadata that is used to make the proper decision when translating code between the two systems.
3030

3131
By not just tracking that a token is a function but rather the source system type requirement, the script generation components can make smarter decisions about translating to Synapse SQL.
3232

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Download the latest version of the tool from the [Microsoft Download Center](htt
3636
## Pricing
3737

3838
1. Synapse Pathway is **free to download**. There's no associated cost to run your code translation.
39-
1. Data Ingress: There's no cost associated with data ingress into Azure. For more information, see the [Bandwidth pricing details](https://azure.microsoft.com/en-us/pricing/details/bandwidth/).
39+
1. Data Ingress: There's no cost associated with bringing your data into Azure. For more information, see the [Bandwidth pricing details](https://azure.microsoft.com/en-us/pricing/details/bandwidth/).
4040
1. See the [Azure Synapse pricing page](https://azure.microsoft.com/en-us/pricing/calculator/?service=synapse-analytics) to see the cost of provisioning Azure Synapse.
4141

4242
## Next steps

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To complete this tutorial, make sure you've installed [Azure Synapse Pathway](sy
3535
## Loading an assessment from a file
3636

3737
1. To open the same assessment, select **Load assessment** and provide the .asmprj file name
38-
![Azure Synapse Pathway assessment.](./media/save-load-assessment/load-assessment.png)
38+
![Azure Synapse Pathway assessment.](./media/save-load-assessment/browse-location.png)
3939

4040
1. The source, input, and output folders will be populated based on selected assessment.
4141
![Azure Synapse Pathway assessment.](./media/save-load-assessment/load-assessment.png)

0 commit comments

Comments
 (0)