Skip to content

Commit 75447fb

Browse files
committed
updates for warings
1 parent 9bc4911 commit 75447fb

7 files changed

Lines changed: 15 additions & 11 deletions

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
title: Azure Synapse Pathway Preview overview
33
description: Azure Synapse Pathway is a tool to migrate a data warehouse to Azure Synapse Analytics.
4+
author: anshul82-ms
45
ms.author: anrampal
56
ms.topic: overview
67
ms.date: 03/02/2021
78
ms.prod: sql
8-
ms.technology: "Azure Synapse Pathway"
9+
ms.technology: tools-other
910
monikerRange: "=azure-sqldw-latest"
1011
ms.custom: template-overview
1112
---

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: anrampal
66
ms.topic: overview
77
ms.date: 03/02/2021
88
ms.prod: sql
9-
ms.technology: "Azure Synapse Pathway"
9+
ms.technology: tools-other
1010
monikerRange: "=azure-sqldw-latest"
1111
ms.custom: template-overview
1212
---
@@ -52,7 +52,9 @@ A. Since you can run Synapse Pathway in your local environment, there is no data
5252

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

55-
> [!NOTE] Like any other Azure Service, all preview services are eligible for support, just without SLA's in place.
55+
56+
> [!NOTE]
57+
> Like any other Azure Service, all preview services are eligible for support, just without SLA's in place.
5658
5759
<!-- ### Troubleshooting and optimization
5860

docs/tools/synapse-pathway/report-generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: anshul82-ms
55
ms.author: anrampal
66
ms.topic: tutorial
77
ms.prod: sql
8-
ms.technology: "Azure Synapse Pathway"
8+
ms.technology: tools-other
99
ms.date: 03/02/2021
1010
monikerRange: "=azure-sqldw-latest"
1111
ms.custom: template-tutorial

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Perform a data warehouse code translation with Azure Synapse Pathwa
44
author: anshul82-ms
55
ms.author: anrampal
66
ms.prod: sql
7-
ms.technology: "Azure Synapse Pathway"
7+
ms.technology: tools-other
88
ms.topic: tutorial
99
ms.date: 03/02/2021
1010
monikerRange: "=azure-sqldw-latest"
@@ -16,7 +16,7 @@ ms.custom: template-tutorial
1616

1717
Azure Synapse Pathway Preview introduces support for translating schemas, tables, views, functions, etc. from **Netezza**, **Snowflake**, and **Microsoft SQL Server** into T-SQL complaint code that automates migration to Azure Synapse Analytics.
1818

19-
For more information, see [Azure Synapse Pathway Preview overview](azure-synapse-pathway-overview).
19+
For more information, see [Azure Synapse Pathway Preview overview](azure-synapse-pathway-overview.md).
2020

2121
In this tutorial, you learn how to:
2222

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
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
5-
ms.author: anrampal.
5+
ms.author: anrampal
66
ms.prod: sql
7-
ms.technology: "Azure Synapse Pathway"
7+
ms.technology: tools-other
88
ms.topic: conceptual
99
ms.date: 03/02/2021
1010
monikerRange: "=azure-sqldw-latest"
@@ -44,7 +44,7 @@ Azure Synapse SQL defines the absolute function as:
4444
ABS ( numeric_expression )
4545
```
4646

47-
In this simple case, Synapse Pathway understands that the conversion in Synapse SQL from float to numeric is an implicit [conversion](../../t-sql/functions/cast-and-convert-transact-sql?view=azure-sqldw-latest#implicit-conversions) and requires no further type casting. Simple, clean, and effective code translation.
47+
In this simple case, Synapse Pathway understands that the conversion in Synapse SQL from float to numeric is an implicit [conversion](../../t-sql/functions/cast-and-convert-transact-sql.md?view=azure-sqldw-latest#implicit-conversions) and requires no further type casting. Simple, clean, and effective code translation.
4848

4949
Keeping this meta-information about the source statements and fragments helps the structural differences between platforms – conversions in opt-out logic for search condition predicates in a WHERE clause for example.
5050

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Azure Synapse Pathway Preview download
33
description: Learn how to get download Azure Synapse Pathway
44
ms.date: 03/02/2021
55
ms.prod: sql
6-
ms.technology: "Azure Synapse Pathway"
6+
ms.technology: tools-other
7+
ms.topic: conceptual
78
keywords: ""
89
helpviewer_keywords:
910
- "Azure Synapse Pathway, download"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Save and load data warehouse assessments with Azure Synapse Pathway
44
author: anshul82-ms
55
ms.author: anrampal
66
ms.prod: sql
7-
ms.technology: "Azure Synapse Pathway"
7+
ms.technology: tools-other
88
ms.topic: tutorial
99
ms.date: 03/02/2021
1010
monikerRange: "=azure-sqldw-latest"

0 commit comments

Comments
 (0)