mohsin
03/31/2021, 9:32 PMtap-shopify
and my target is target-redshift
, i have a query related to column size of redshift. i just want to manipulate or change the columns size of my table created in redshift, by default redhshift column size is 1000, but it’s nit efficient for every columns i have my columns size which i want to set.. is there any way to do this?nick_hamlin
04/01/2021, 12:29 PMmohsin
04/01/2021, 5:23 PMjulian_knight
04/01/2021, 6:23 PMjulian_knight
04/01/2021, 6:26 PMdefault_column_length
option in target-redshift
(assuming you're using the datamill-co variant). This applies to all string columns in all tables, there doesn't seem to be a way to do it per-column.
https://github.com/datamill-co/target-redshift#usagenick_hamlin
04/01/2021, 8:45 PMALTER
commands in redshift itself. As long as the column names don’t change, the target doesn’t seem to caremohsin
04/01/2021, 8:52 PMchris_kings-lynne
04/24/2021, 4:57 AMmohsin
04/28/2021, 3:54 PMgunnar
04/28/2021, 3:55 PMchris_kings-lynne
04/29/2021, 6:09 AMchris_kings-lynne
04/29/2021, 6:09 AMchris_kings-lynne
04/29/2021, 6:10 AM