JavierLopezT opened a new pull request #13152:
URL: https://github.com/apache/airflow/pull/13152


   In snowflake, everything is uppercase. In get_pandas_df this could be 
inconvenient. Sometimes you have to access certain columns, and you don't want 
to type the name of the columns in uppercase. This is especially inconvenient 
if you are migrating from Redshift or another DW to Snowflake, because you have 
to change all your pandas code. 
   
   I aim to solve this with this PR. If you include a boolean in the extra 
field of your snowflake connection as True, all the columns will get lowercase 
automatically.
   
   I guess this needs test, but I have no idea how to begin. Could anyone help 
me, please? Thanks


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to