Skip to content

Commit 168c041

Browse files
authored
Merge pull request #223810 from jonburchel/2023-01-11-Q1-freshness-update
Freshness updates, part 1
2 parents e104b71 + 5949232 commit 168c041

29 files changed

+25
-85
lines changed

articles/data-factory/concepts-data-flow-column-pattern.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: data-factory
99
ms.subservice: data-flows
1010
ms.custom: synapse
1111
ms.topic: conceptual
12-
ms.date: 11/23/2021
12+
ms.date: 01/11/2023
1313
---
1414

1515
# Using column patterns in mapping data flow
@@ -34,7 +34,7 @@ Use the [expression builder](concepts-data-flow-expression-builder.md) to enter
3434

3535
:::image type="content" source="media/data-flow/edit-column-pattern.png" alt-text="Screenshot shows the Derived column's settings tab.":::
3636

37-
The above column pattern matches every column of type double and creates one derived column per match. By stating `$$` as the column name field, each matched column is updated with the same name. The value of the each column is the existing value rounded to two decimal points.
37+
The above column pattern matches every column of type double and creates one derived column per match. By stating `$$` as the column name field, each matched column is updated with the same name. The value of each column is the existing value rounded to two decimal points.
3838

3939
To verify your matching condition is correct, you can validate the output schema of defined columns in the **Inspect** tab or get a snapshot of the data in the **Data preview** tab.
4040

articles/data-factory/concepts-data-flow-flowlet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-flows
99
ms.custom: synapse
1010
ms.topic: conceptual
11-
ms.date: 11/11/2021
11+
ms.date: 01/11/2023
1212
---
1313

1414
# Flowlets in mapping data flow

articles/data-factory/concepts-data-flow-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
77
ms.subservice: data-flows
88
ms.topic: conceptual
99
ms.custom: references_regions
10-
ms.date: 08/26/2021
10+
ms.date: 01/11/2023
1111
---
1212

1313
# Mapping data flows in Azure Data Factory

articles/data-factory/concepts-data-flow-performance-sinks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: makromer
88
ms.service: data-factory
99
ms.subservice: data-flows
1010
ms.custom: synapse
11-
ms.date: 10/06/2021
11+
ms.date: 01/11/2023
1212
---
1313

1414
# Optimizing sinks

articles/data-factory/concepts-data-flow-performance-transformations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: makromer
88
ms.service: data-factory
99
ms.subservice: data-flows
1010
ms.custom: synapse
11-
ms.date: 09/29/2021
11+
ms.date: 01/11/2023
1212
---
1313

1414
# Optimizing transformations
@@ -37,7 +37,7 @@ Unlike merge join in tools like SSIS, the join transformation isn't a mandatory
3737

3838
## Window transformation performance
3939

40-
The [Window transformation in mapping data flow](data-flow-window.md) partitions your data by value in columns that you select as part of the ```over()``` clause in the transformation settings. There are a number of very popular aggregate and analytical functions that are exposed in the Windows transformation. However, if your use case is to generate a window over your entire dataset for the purpose of ranking ```rank()``` or row number ```rowNumber()```, it is recommended that you instead use the [Rank transformation](data-flow-rank.md) and the [Surrogate Key transformation](data-flow-surrogate-key.md). Those transformation will perform better again full dataset operations using those functions.
40+
The [Window transformation in mapping data flow](data-flow-window.md) partitions your data by value in columns that you select as part of the ```over()``` clause in the transformation settings. There are a number of very popular aggregate and analytical functions that are exposed in the Windows transformation. However, if your use case is to generate a window over your entire dataset for the purpose of ranking ```rank()``` or row number ```rowNumber()```, it is recommended that you instead use the [Rank transformation](data-flow-rank.md) and the [Surrogate Key transformation](data-flow-surrogate-key.md). Those transformations will perform better again full dataset operations using those functions.
4141

4242
## Repartitioning skewed data
4343

articles/data-factory/connect-data-factory-to-azure-purview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ author: jianleishen
66
ms.service: data-factory
77
ms.topic: conceptual
88
ms.custom: seo-lt-2019, references_regions
9-
ms.date: 10/25/2021
9+
ms.date: 01/11/2023
1010
---
1111

1212
# Connect Data Factory to Microsoft Purview
1313

1414
[!INCLUDE[appliesto-adf-xxx-md](includes/appliesto-adf-xxx-md.md)]
1515

16-
[Microsoft Purview](../purview/overview.md) is a unified data governance service that helps you manage and govern your on-premises, multi-cloud, and software-as-a-service (SaaS) data. You can connect your data factory to Microsoft Purview. That connection allows you to use Microsoft Purview for capturing lineage data, and to discover and explore Microsoft Purview assets.
16+
[Microsoft Purview](../purview/overview.md) is a unified data governance service that helps you manage and govern your on-premises, multicloud, and software-as-a-service (SaaS) data. You can connect your data factory to Microsoft Purview. That connection allows you to use Microsoft Purview for capturing lineage data, and to discover and explore Microsoft Purview assets.
1717

1818
## Connect Data Factory to Microsoft Purview
1919

articles/data-factory/connector-amazon-s3-compatible-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse
11-
ms.date: 12/13/2021
11+
ms.date: 01/11/2023
1212
---
1313

1414
# Copy data from Amazon S3 Compatible Storage by using Azure Data Factory or Synapse Analytics

articles/data-factory/connector-ftp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
77
ms.subservice: data-movement
88
ms.custom: synapse
99
ms.topic: conceptual
10-
ms.date: 11/29/2021
10+
ms.date: 01/11/2023
1111
ms.author: jianleishen
1212
---
1313

articles/data-factory/connector-google-cloud-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
77
ms.subservice: data-movement
88
ms.custom: synapse
99
ms.topic: conceptual
10-
ms.date: 12/13/2021
10+
ms.date: 01/11/2023
1111
ms.author: jianleishen
1212
---
1313

articles/data-factory/connector-hdfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
77
ms.subservice: data-movement
88
ms.custom: synapse
99
ms.topic: conceptual
10-
ms.date: 12/13/2021
10+
ms.date: 01/11/2023
1111
ms.author: jianleishen
1212
---
1313

0 commit comments

Comments
 (0)