How to add partition to dataset plugin

Options
Jordan
Jordan Registered Posts: 8 ✭✭✭✭

Hi,

I have a dataset plugin , I want to add partition to my plugin, but i don't know how to make the tab partitioning appear on it event when i implement some code on partitioning function.

regards,

Best Answer

Answers

  • neerajisalso
    neerajisalso Registered Posts: 6
    Options

    Hi Jordan,
    So basically you have to specify the paritioningMode inside the connector.json to bring the partitioning relate UI options.
    There could be different modes like,
    "partitioningMode": "CODE_DEFINED_LISTABLE"
    "partitioningMode": "CODE_DEFINED_UNLISTABLE"

    You can add anyone of them based on your use case. For a more detailed understanding go through the Dataiku knowledge link.

Setup Info
    Tags
      Help me…