Skip to content

Commit 49568f1

Browse files
20220210 1811
1 parent 2839da1 commit 49568f1

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/tools/synapse-pathway/data-type-mappings-ibm-netezza.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom:
1515
# IBM Netezza data type mapping
1616
[!INCLUDE [Azure Synapse Analytics](../../includes/applies-to-version/asa.md)]
1717

18-
Azure Synapse Pathway transpiles SQL code from source systems such as IBM Netezza, Microsoft SQL Server, Snowflake, and Teradata Vantage to T-SQL compliant with Azure Synapse SQL. Synapse Pathway utilizes an Abstract Syntax Tree (AST) model for mapping source data types into supported types.
18+
Azure Synapse Pathway transpiles SQL code from source systems such as IBM Netezza, Microsoft SQL Server, and Snowflake to T-SQL compliant with Azure Synapse SQL. Synapse Pathway utilizes an Abstract Syntax Tree (AST) model for mapping source data types into supported types.
1919

2020
The following set of links shows the source and target data type mappings for each of the supported source systems.
2121

docs/tools/synapse-pathway/data-type-mappings-microsoft-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom:
1515
# Microsoft SQL Server data type mapping
1616
[!INCLUDE [Azure Synapse Analytics](../../includes/applies-to-version/asa.md)]
1717

18-
Azure Synapse Pathway transpiles SQL code from source systems such as IBM Netezza, Microsoft SQL Server, Snowflake, and Teradata Vantage to T-SQL compliant with Azure Synapse SQL. Synapse Pathway utilizes an Abstract Syntax Tree (AST) model for mapping source data types into supported types.
18+
Azure Synapse Pathway transpiles SQL code from source systems such as IBM Netezza, Microsoft SQL Server, and Snowflake to T-SQL compliant with Azure Synapse SQL. Synapse Pathway utilizes an Abstract Syntax Tree (AST) model for mapping source data types into supported types.
1919

2020
The following set of links shows the source and target data type mappings for each of the supported source systems.
2121

docs/tools/synapse-pathway/data-type-mappings-snowflake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom:
1515
# Snowflake data type mapping
1616
[!INCLUDE [Azure Synapse Analytics](../../includes/applies-to-version/asa.md)]
1717

18-
Azure Synapse Pathway transpiles SQL code from source systems such as IBM Netezza, Microsoft SQL Server, Snowflake, and Teradata Vantage to T-SQL compliant with Azure Synapse SQL. Synapse Pathway utilizes an Abstract Syntax Tree (AST) model for mapping source data types into supported types.
18+
Azure Synapse Pathway transpiles SQL code from source systems such as IBM Netezza, Microsoft SQL Server, and Snowflake to T-SQL compliant with Azure Synapse SQL. Synapse Pathway utilizes an Abstract Syntax Tree (AST) model for mapping source data types into supported types.
1919

2020
The following set of links shows the source and target data type mappings for each of the supported source systems.
2121

docs/tools/synapse-pathway/data-type-mappings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom:
1515
# Data type mappings in Azure Synapse Pathway
1616
[!INCLUDE [Azure Synapse Analytics](../../includes/applies-to-version/asa.md)]
1717

18-
Azure Synapse Pathway transpiles SQL code from source systems such as IBM Netezza, Microsoft SQL Server, Snowflake, and Teradata Vantage to T-SQL compliant with Azure Synapse SQL. Synapse Pathway utilizes an Abstract Syntax Tree (AST) model for mapping source data types into supported types.
18+
Azure Synapse Pathway transpiles SQL code from source systems such as IBM Netezza, Microsoft SQL Server, and Snowflake to T-SQL compliant with Azure Synapse SQL. Synapse Pathway utilizes an Abstract Syntax Tree (AST) model for mapping source data types into supported types.
1919

2020
The following set of links shows the source and target data type mappings for each of the supported source systems.
2121

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sections:
2828
- question: |
2929
How much does Azure Synapse Pathway cost?
3030
answer: |
31-
There is no cost associated with downloading and running your code translations using Synapse Pathway.
31+
There's no cost associated with downloading and running your code translations using Synapse Pathway.
3232
- question: |
3333
What source/target pairs does Azure Synapse Pathway currently support?
3434
answer: |
@@ -42,15 +42,15 @@ sections:
4242
Synapse Pathway version supports code translation of databases, schemas, tables, and views.
4343
4444
| Source Platform | Statement Types Supported|
45-
| -- | -- |
45+
|--|--|
4646
| IBM Netezza | Create/Alter/Drop Database<br /> Create/Alter/Drop Schema <br /> Create/Alter/Drop Table |
4747
| Microsoft SQL Server | Create/Alter/Drop Database<br /> Create/Alter/Drop Schema <br /> Create/Alter/Drop Table <br /> Create/Alter/Drop View|
4848
| Snowflake | Create/Alter/Drop Database<br /> Create/Alter/Drop Schema <br /> Create/Drop Table |
4949
5050
- question: |
5151
Can it also scan my environment and provide an assessment report of all the objects that need to be converted/translated?
5252
answer: |
53-
In this version of Synapse Pathway, you will have to provide the link to the DDL/DML scripts that needs to be translated. Synapse Pathway will not scan your current environment to identify the objects that need to be translated.
53+
In this version of Synapse Pathway, you'll have to provide the link to the DDL/DML scripts that needs to be translated. Synapse Pathway won't scan your current environment to identify the objects that need to be translated.
5454
- question: |
5555
What information does Azure Synapse Pathway capture about my current data warehouse instance?
5656
answer: |
@@ -62,12 +62,12 @@ sections:
6262
- question: |
6363
What is not included as part of the code conversion?
6464
answer: |
65-
The basic DDL, DML, stored procedures, and views are part of the code conversion. Migration of complex functions present in the source code are currently not supported.
65+
The basic DDL, DML, stored procedures, and views are part of the code conversion. Migration of complex functions in the source code is currently not supported.
6666
6767
|Source Platform | DDL | DML | Stored Procedure | Views |
6868
|-------------------|:------------------|:-------------------|:------------------|:-------------------|
69-
|Microsoft SQL Server | Partial | Partial | Partial | Yes |
7069
|IBM Netezza | Yes | Partial | No | No |
70+
|Microsoft SQL Server | Partial | Partial | Partial | Yes |
7171
|Snowflake | Partial | No | No | Partial |
7272
- question: |
7373
Next steps

0 commit comments

Comments
 (0)