Open mlavoie-sm360 opened 5 years ago
this is a little bit complicated and needs to be in sync with Columns Versioning on Schema Changes
How we should alter the table if the column type is changing in the source db? Should we just ignore auto-versioning the column if the column types defined in the YAML file? What is the expected behaviour if selected column type is not a good fit for the data or cannot be converted automatically?
Describe the feature
The default column type values can be prohibitive but are very convenient to get started quickly. It would be nice to be able to provide specific column types for specific columns in
YML
config to further configure the creation of the Redshift tables.Who will this benefit?
This can benefit anyone using data types that do not fit the provided defaults for column types.