dlt.dataset._join
_JoinTarget Objects
class _JoinTarget(NamedTuple)
Resolved right-hand side of a Relation.join().
is_foreign
True when the target lives in a different dataset than the left-hand side.
subquery
RHS query embedded as a derived table for transformed relations; None for base tables.
_JoinRef Objects
class _JoinRef(TypedDict)
A resolved join step from currently attached table to a target table.
on_pairs
(existing_side_col, new_side_col) pairs for the ON clause.