Skip to content
Discussion options

You must be logged in to vote

Hi @JaoMarcos, quick follow-up here.

We did add the underlying row-resize capability for column generators, so 1:N and N:1 behavior is now supported for custom columns and plugin column generators via allow_resize=True.

So the short version is: yes, the engine can now handle “explode/retract” style column tasks, but it is exposed today as a capability on custom/plugin generators rather than as a separate built-in explode column type.

For a plugin column generator, the config opts in with allow_resize=True:

from typing import Literal

from data_designer.config.base import SingleColumnConfig


class VariationsColumnConfig(SingleColumnConfig):
    column_type: Literal["variations-column"] = "…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by eric-tramel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants