Description
ThisĀ tracks adding an API like the one proposed in SPARK-23521:
df.writeTo("catalog.db.table").append() // AppendData df.writeTo("catalog.db.table").overwriteDynamic() // OverwritePartiitonsDynamic df.writeTo("catalog.db.table").overwrite($"date" === '2019-01-01') // OverwriteByExpression df.writeTo("catalog.db.table").partitionBy($"type", $"date").create() // CTAS df.writeTo("catalog.db.table").replace() // RTAS
Attachments
Issue Links
- blocks
-
SPARK-29157 DataSourceV2: Add DataFrameWriterV2 to Python API
- Resolved
- links to