transferwise / pipelinewise-target-redshift

Singer.io Target for Amazon Redshift - PipelineWise compatible
https://transferwise.github.io/pipelinewise/
Other
12 stars 65 forks source link

Add Super type support #119

Open cooley-pe opened 2 years ago

cooley-pe commented 2 years ago

The Redshift Super data-type is out of preview. It would be great to have it supported and/or the default type for object types.

I make a private "fork" and added an additional property type here. It seems to be working fine.

if 'object' in property_type:
  column_type = 'super'