Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update joinrows.adoc #3506

Merged
merged 1 commit into from
Dec 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
|
== Description

The Join Rows transform allows you to produce combinations (https://en.wikipedia.org/wiki/Cartesian_product[Cartesian product^]) of all rows in the input streams.
The Join Rows (cartesian product) transform allows you to combine/join multiple input streams (https://en.wikipedia.org/wiki/Cartesian_product[Cartesian product^]) without joining on keys. It works best with one row from each stream. You can add a condition to only join when a condition is met. If you want to join input streams using a key, see the "Join rows" transform.

|
== Supported Engines
Expand Down Expand Up @@ -54,4 +54,4 @@ The Join Rows transform allows you to produce combinations (https://en.wikipedia
== Metadata Injection Support

All fields of this transform support metadata injection.
You can use this transform with ETL Metadata Injection to pass metadata to your pipeline at runtime.
You can use this transform with ETL Metadata Injection to pass metadata to your pipeline at runtime.