How to add partition to dataset plugin

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

  • CoreyS
    CoreyS Dataiker Alumni, Dataiku DSS Core Designer, Dataiku DSS Core Concepts, Registered Posts: 1,149 ✭✭✭✭✭✭✭✭✭
    Answer ✓

    Hi @Jordan
    while not necessarily an answer to your question, I do recommend a past Online Event: Partitioning in Dataiku DSS - Watch on Demand

    Hopefully, this helps and someone is able to answer your question specifically. Let us know if this helps and please feel free to provide any further questions!

Answers

  • neerajisalso
    neerajisalso Registered Posts: 6 ✭✭✭

    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…