Skip to content

Commit 72fc2d1

Browse files
Add documentation for withsource parameter to union page (#217)
1 parent 503d6fa commit 72fc2d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apl/tabular-operators/union-operator.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ T1 | union [T2], [T3], ...
9696
### Parameters
9797

9898
- `T1, T2, T3, ...`: Tables or query results you want to combine into a single output.
99+
- `withsource`: An optional parameter that allows you to specify the name of a column in the output whose values indicate the source dataset of each row.
99100

100101
### Returns
101102

0 commit comments

Comments
 (0)