How can I add data to an existing dataset using an Dataiku DSS API?

Tags
Registered Posts: 2 ✭✭
edited September 2024 in Using Dataiku

Operating system used: Dataiku

Operating system used: Dataiku

Operating system used: Dataiku

Welcome!

It looks like you're new here. Sign in or register to get started.

Answers

  • Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,315 Neuron

    Recipes are meant to have a different input and output however this can be bypassed. See this post for a sample:

    Same input and output external database table in python recipe

    Having said that this would require re-reading the whole dataset so it's not the most efficient way of doing it. Certain dataset technologies like traditional databases allow for data to be appended. In that case you can set the recipe to use the Append Mode. See sample below for a Python recipe writting to PostgreSQL dataset:

  • Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,315 Neuron
    edited September 2024

    The sample code in my post uses the Dataiku API. It's Python code. If this is not enough then please explain your requirement clearly and what exactly you are trying to achieve.

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.