Skip to content

[BUG] print_list macro does not honor capitalization #422

@aroder

Description

@aroder

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions