Hi folks! Any specific reason why target-redshift...
# troubleshooting
s
Hi folks! Any specific reason why target-redshift creates table and column names in upper case ? https://github.com/transferwise/pipelinewise-target-redshift/blob/7e9e9e114452d2b33e02a0a911ee961c49f5ec5a/target_redshift/db_sync.py#L356 This requires putting double quotes while querying the table name and is not a standard. I can’t find a way to override this without modifying the code.