-
Notifications
You must be signed in to change notification settings - Fork 122
Open
re-data/dbt-re-data
#129Labels
bugSomething isn't workingSomething isn't working
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working