You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There is a macro named print_list that prints a list of columns, useful in dynamic select statements. However, it assumes all column names are all capital letters, which is the default behavior of snowflake
Expected behavior
Columns with mixed case can take samples without error
To Reproduce
Create a table with forced mixed case "exampleColumn"
Configure re_data to take samples from the table
Attempt to run re_data
Screenshots
(models/internal/samples/re_data_last_table_samples.sql)', '000904 (42000): SQL compilation error: error line 2 at position 4', "invalid identifier 'CHECKOUTSUCCEEDED'", '13:08:25', '13:08:25
Logs and additional context
If application, any other context, logs etc.here
The text was updated successfully, but these errors were encountered:
Describe the bug
There is a macro named print_list that prints a list of columns, useful in dynamic select statements. However, it assumes all column names are all capital letters, which is the default behavior of snowflake
Expected behavior
Columns with mixed case can take samples without error
To Reproduce
Create a table with forced mixed case "exampleColumn"
Configure re_data to take samples from the table
Attempt to run re_data
Screenshots
Logs and additional context
If application, any other context, logs etc.here
The text was updated successfully, but these errors were encountered: