Skip to content

Commit e64ca32

Browse files
authored
Update data-flow-script.md
1 parent 8d90626 commit e64ca32

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/data-factory/data-flow-script.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: nimoolen
66
ms.service: data-factory
77
ms.topic: conceptual
88
ms.custom: seo-lt-2019
9-
ms.date: 03/24/2020
9+
ms.date: 04/13/2020
1010
---
1111

1212
# Data flow script (DFS)
@@ -135,6 +135,11 @@ derive1 sink(allowSchemaDrift: true,
135135

136136
## Script snippets
137137

138+
Script snippets are shareable code of Data Flow Script that you can use to share across data flows. This video below talks about how to use script snippets and utilizing Data Flow Script to copy and paste portions of the script behind your data flow graphs:
139+
140+
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4tA9b]
141+
142+
138143
### Aggregated summary stats
139144
Add an Aggregate transformation to your data flow called "SummaryStats" and then paste in this code below for the aggregate function in your script, replacing the existing SummaryStats. This will provide a generic pattern for data profile summary statistics.
140145

0 commit comments

Comments
 (0)