How to add partition to dataset plugin
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 Dataiker Alumni, Dataiku DSS Core Designer, Dataiku DSS Core Concepts, Registered Posts: 1,150 ✭✭✭✭✭✭✭✭✭
Hi @Jordan
while not necessarily an answer to your question, I do recommend a past Online Event: Partitioning in Dataiku DSS - Watch on DemandHopefully, 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
-
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.