How to add partition to dataset plugin

Solved!
Jordan
Level 2
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,

1 Solution
CoreyS
Dataiker Alumni

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!

Looking for more resources to help you use Dataiku effectively and upskill your knowledge? Check out these great resources: Dataiku Academy | Documentation | Knowledge Base

A reply answered your question? Mark as โ€˜Accepted Solutionโ€™ to help others like you!

View solution in original post

0 Kudos
2 Replies
CoreyS
Dataiker Alumni

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!

Looking for more resources to help you use Dataiku effectively and upskill your knowledge? Check out these great resources: Dataiku Academy | Documentation | Knowledge Base

A reply answered your question? Mark as โ€˜Accepted Solutionโ€™ to help others like you!
0 Kudos
neerajisalso
Level 2

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.

0 Kudos