UnionTransformConfig

Takes Union of current feature group with 1 or more selected feature groups of same type.

KEY TYPE Description
dropNonIntersectingColumns bool If true, will drop columns that are not present in all feature groups. If false fills missing columns with nulls.
featureGroupIds List[str] List of feature group IDs to union with source FG.