You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/concepts-data-flow-udf.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,19 @@ ms.topic: conceptual
11
11
ms.date: 04/20/2022
12
12
---
13
13
14
-
# User defined functions in mapping data flow
14
+
# User defined functions (Preview) in mapping data flow
15
+
16
+
[!INCLUDEappliesto-adf-asa-md]
17
+
18
+
[!INCLUDEdata-flow-preamble]
15
19
16
20
A user defined function is a customized expression you can define to be able to reuse logic across multiple mapping data flows. User defined functions live in a collection called a data flow library to be able to easily group up common sets of customized functions.
17
21
18
22
Whenever you find yourself building the same logic in an expression in across multiple mapping data flows this would be a good opportunity to turn that into a user defined function.
19
23
24
+
> [!IMPORTANT]
25
+
> User defined functions and mapping data flow libraries are currently in public preview.
26
+
20
27
## Getting started
21
28
22
29
To get started with user defined functions, you must first create a data flow library. Navigate to the management page and then find data flow libraries under the author section.
0 commit comments