From partition table to non partition table

scholaschl
scholaschl Dataiku DSS Core Concepts, Registered Posts: 8 ✭✭✭

Hello,
I would like to switch from a partitioned table to a non partitioned table.
Is it possible? And if yes, how to do it?

Best Answer

  • Miguel Angel
    Miguel Angel Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 118 Dataiker
    Answer ✓

    Hello,

    The partitioning of SQL tables is logical rather than physical. So, to departition a database table you can simply click on the 'Deactivate Partitioning' button on the table dataset > Settings > Connections.

    Take care to fix all inconsistent or outdated partition dependencies in the surrounding recipes.

    More information about SQL table partitioning can be found in the help: https://doc.dataiku.com/dss/latest/partitions/sql_datasets.html

Setup Info
    Tags
      Help me…