astro-sdk icon indicating copy to clipboard operation
astro-sdk copied to clipboard

Disable the SDK from changing capitalization of output columns by default

Open pgzmnk opened this issue 1 year ago • 1 comments

Describe the bug

Users expressed confusion on why the column names for output tables are lowercased. It's due to this default setting.

Expected behavior

The default behavior should be to not change casing and it should be configureable with a global variable.

That way we can avoid hardcoding this setting into the Astro Build dagfile generator script.

Version 1.1.0

To Reproduce Run this Pipeline.

Screenshots image

Additional context Slack thread from September 26 2022.

pgzmnk avatar Sep 26 '22 18:09 pgzmnk

Some related snowflake issues:

  • https://github.com/snowflakedb/snowflake-sqlalchemy/issues/157
  • https://github.com/apache/superset/issues/18085

kaxil avatar Oct 13 '22 15:10 kaxil