Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CT-3287] [Bug] Fix Filtering Issue In get_filtered_catalog() #8939

Closed
peterallenwebb opened this issue Oct 30, 2023 · 0 comments · Fixed by #8940
Closed

[CT-3287] [Bug] Fix Filtering Issue In get_filtered_catalog() #8939

peterallenwebb opened this issue Oct 30, 2023 · 0 comments · Fixed by #8940
Assignees
Labels
backport 1.7.latest bug Something isn't working

Comments

@peterallenwebb
Copy link
Contributor

peterallenwebb commented Oct 30, 2023

Current Behavior

The implementation of relation filtering in #8856 was inadvertently case-sensitive, a problem caught by the dbt-snowflake automated tests, which are now failing.

Expected Behavior

Filtering should be case-insensitive and the dbt-snowflake tests should pass.

Impact to Other Teams

None expected.

Will backports be required?

Yes. This should be backported to 1.7.0 for rc2.

@peterallenwebb peterallenwebb added bug Something isn't working triage labels Oct 30, 2023
@github-actions github-actions bot changed the title [Bug] Fix Filtering Issue In get_filtered_catalog() [CT-3287] [Bug] Fix Filtering Issue In get_filtered_catalog() Oct 30, 2023
@peterallenwebb peterallenwebb self-assigned this Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.7.latest bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant