Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit f584090

Browse files
author
Matt Usher
committed
Adding the v2 release with what's new
1 parent e32a0b3 commit f584090

3 files changed

Lines changed: 50 additions & 4 deletions

File tree

docs/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6127,6 +6127,8 @@ items:
61276127
items:
61286128
- name: Overview
61296129
href: tools/synapse-pathway/azure-synapse-pathway-overview.md
6130+
- name: What's new
6131+
href: tools/synapse-pathway/pathway-whatsnew.md
61306132
- name: Azure Synapse Pathway FAQ
61316133
href: tools/synapse-pathway/pathway-faq.md
61326134
- name: Behind the Scenes

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Azure Synapse Pathway Preview FAQ
33
description: Frequently asked question for Azure Synapse Pathway
4-
author: anshul82-ms
5-
ms.author: anrampal
4+
author: twounder
5+
ms.author: mausher
66
ms.topic: overview
7-
ms.date: 03/02/2021
7+
ms.date: 05/10/2021
88
ms.prod: sql
99
ms.technology: tools-other
1010
monikerRange: "=azure-sqldw-latest"
@@ -43,7 +43,7 @@ A. Synapse Pathway preview version supports code translation of tables, schemas,
4343
| Source Platform| Statement Types Supported |
4444
|:-------------------:|:------------------|
4545
| IBM Netezza | Create/Alter/Drop Database<br /> Create/Alter/Drop Schema <br /> Create/Alter/Drop Table |
46-
|Microsoft SQL Server | Create/Alter/Drop Database<br /> Create/Alter/Drop Schema <br /> Create/Alter/Drop Table |
46+
| Microsoft SQL Server | Create/Alter/Drop Database<br /> Create/Alter/Drop Schema <br /> Create/Alter/Drop Table <br /> Create/Alter/Drop View |
4747
| Snowflake | Create/Alter/Drop Database<br /> Create/Alter/Drop Schema <br /> Create/Alter/Drop Table |
4848

4949

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: What's new in Azure Synapse Pathway
3+
description: What's new for Azure Synapse Pathway
4+
author: twounder
5+
ms.author: mausher
6+
ms.topic: overview
7+
ms.date: 05/10/2021
8+
ms.prod: sql
9+
ms.technology: tools-other
10+
monikerRange: "=azure-sqldw-latest"
11+
ms.custom: template-overview
12+
---
13+
# What's new in Azure Synapse Pathway
14+
[!INCLUDE [Azure Synapse Analytics](../../includes/applies-to-version/asa.md)]
15+
16+
This article lists the additions in each release of Azure Synapse Pathway.
17+
18+
## Azure Synapse Pathway (preview) v0.2
19+
20+
The v0.2 release of Azure Synapse Pathway provides support for:
21+
- ALTER/CREATE/DROP View objects for SQL Server
22+
23+
In addition, this release of Synapse Pathway includes:
24+
- Support for parsing of additional object types in IBM Netezza enabling tool execution without errors.
25+
- Improved support for parsing ALTER TABLE statements in Microsoft SQL Server.
26+
- Improved error/warning handling framework to reduce non-supported statements halting execution.
27+
28+
29+
## Azure Synapse Pathway (preview) v0.1
30+
31+
The v0.1 release of Azure Synapse Pathway provides support for:
32+
- ALTER/CREATE/DROP Database, Schema and Table objects for IBM Netezza
33+
- ALTER/CREATE/DROP Database, Schema and Table objects for Microsoft SQL Server
34+
- ALTER/CREATE/DROP Database, Schema and Table objects for Snowflake
35+
- Local logging and output of compliant T-SQL
36+
37+
The initial release of Azure Synapse Pathway includes a GUI and console application to transpile SQL code to T-SQL compliant with Azure Synapse SQL.
38+
39+
> [!NOTE]
40+
> Like any other Azure Service, all preview services are eligible for support, just without SLA's in place.
41+
42+
## Next steps
43+
44+
[Download Azure Synapse Pathway](synapse-pathway-download.md)

0 commit comments

Comments
 (0)