Insert data from python df to sql table

Arwamus0
Arwamus0 Dataiku DSS Core Designer, Registered Posts: 13

Hi all,

I wrote a python code using python recipe, I need to add inside it a command that achieves:

The result of my code is a dataframe named combined_df, I need to insert the data in it into another table that's connected to SQL server.

Also this SQL table is an input to the python code, is this doable?

The idea is I'm considering the SQL table as original data, then when new data coming in I'm comparing both, and I need the updates to be inserted to the SQL table (original).

Answers

Setup Info
    Tags
      Help me…