In my ETL case, I want to be able to adjust the table schema as needed, meaning the number of columns may increase or decrease depending on the ETL script. Additionally, I would like to use dynamic partition overwrite to avoid potential errors when using the replacewhere option.
But based on the information provided in the document "Selectively overwrite data with Delta Lake | Databricks on AWS" it seems that this functionality is not yet supported. Is there a solution for this?
I appreciate your support. 🙏
For your information:
Databricks Runtime: 11.3 LTS (includes Apache Spark 3.3.0, Scala 2.12)