Type Alias Pipeline

Pipeline metadata including transformations to apply to columns and specific schema configuration data

type Pipeline = {
    transforms?: Transform[];
}
Index
transforms?: Transform[]