How to append dataframe in existing output dataset

upx86
upx86 Registered Posts: 1
edited July 16 in Using Dataiku

Hello experts,

In dataiku v12.3.0, I was trying to append dataframe using write_dataframe() in existing dataset (with same schema). But it always overwrites with last dataframe even though the dataset spec is configured like:

dataset.spec_item["appendMode"] = True

The dataset is classified as output so it doesn't let me use dataset.get_dataframe(). It throws exception: "You cannot read dataset test.my-dataset, it is not declared as an input"

Regards,

upx86

Tagged:

Answers

Setup Info
    Tags
      Help me…