perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
Apache License 2.0
9.63k stars 1.56k forks source link

Is it possible to add columns to redshift table automatically? #1256

Open OstapStoroshchuk opened 2 years ago

OstapStoroshchuk commented 2 years ago

(Use case: I have 20 versions of schema A. Have to write them to single redshift table, and in case my schema is extended I need automatically add the column to redshift, is it possible do to with spark?)