⇌ Merge Datasets

Join columns from two 3LC tables into a single merged table with full revision history.

Column Join
Combine columns from two tables
Full Lineage
Tracks in DAG view
Index-Based
Matches rows by position
1 Select 2 tables
2 Name output
3 Merge
Merge Configuration
Join requires both tables to have the same number of rows.
/ /
Name for this table revision (e.g., use "joined-table" for a merge). Project and dataset are inherited from the first selected table.

About Merging

Join: Creates a JoinedTable that combines columns from multiple tables (similar to a SQL JOIN on row index). Both tables must have the same number of rows.

Union: Concatenates rows from multiple tables that share the same schema. (Coming soon)

Merged tables maintain full revision history and can be viewed in the DAG view.