-
Notifications
You must be signed in to change notification settings - Fork 38
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
case-insensitive comparisons in unit testing, base unit testing test #55
Conversation
Snowflake: dbt-labs/dbt-snowflake#896 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good. Nice error message for invalid column names.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing alarming. I have some cause for concern that we're bypassing quoting and case-sensitivity. But that's literally in the title and seems to be the intention, so I'll chalk that up as me lacking context.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the double review. I just missed these I guess.
82c83b7
to
75254ad
Compare
75254ad
to
f9c1080
Compare
f9c1080
to
a138e28
Compare
[Preview](https://docs-getdbt-com-git-dbeatty10-patch-3-dbt-labs.vercel.app/reference/dbt-jinja-functions/cross-database-macros) > [!NOTE] > I didn't make much of an attempt at versioning this thoughtfully. So please update this as-needed to bring it in line with expectations. ## What are you changing in this pull request and why? dbt-labs/dbt-adapters#84 was implemented in commit dbt-labs/dbt-adapters@5a50be7 within PR dbt-labs/dbt-adapters#55 So this docs PR adds it to the listing of [cross-database macros](https://docs.getdbt.com/reference/dbt-jinja-functions/cross-database-macros). ## Checklist - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines.
resolves dbt-labs/dbt-core#9467
resolves #84
docs dbt-labs/docs.getdbt.com/
Problem
No base test exists for adapter-specific functionality for the new unit testing framework in dbt-core. This functionality includes pieces like:
Solution
Checklist
Note: This repo does not yet run integration tests, but I've tested these in a local venv built from dbt-core but pointing to these changes for postgres. Other 1p adapters inherit the base tests and are run in separate repos