cognitedata/cdp-spark-datasource

Add support for partial updates

hakontro opened this issue · 3 comments

This would be more convenient and less error prone for users than having to provide the full DataFrame for updates.

wjoel commented

Would be a great feature.

This likely requires #117 since Spark itself checks that source schema = destination schema on .insertInto, but it would be possible if we had myDf.write.cdpEvents(), myDf.write.cdpDataPoints("tag-123") etc.