Skip to content

Commit c9277cd

Browse files
authored
Update data-flow-cast.md
1 parent 359ba90 commit c9277cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ To modify the data type for columns in your data flow, add columns to "Cast sett
3030

3131
**Type:** Choose the data type to cast your column to. If you pick "complex", you can then select "Define complex type" and define structures, arrays, and maps inside the expression builder.
3232

33+
> [!NOTE]
34+
> Support for complex data type casting from the Cast transformation is currently unavailable. Use a Derived Column transformation instead.
35+
3336
**Format:** Some data types, like decimal and dates, will allow for additional formatting options.
3437

3538
**Assert type check:** The cast transformation allows for type checking. If the casting fails, the row will be marked as an assertion error that you can trap later in the stream.

0 commit comments

Comments
 (0)