-
Notifications
You must be signed in to change notification settings - Fork 40
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
[Bug] Fix scenarios where --empty
flag pushes limit 0 into metadata queries
#257
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide. |
--empty
flag pushes limit 0 into metadata queries
…ta queries or naming relations, leave as-is when selecting from this relation
I'm honestly not sure. Based on where this macro is, I assume it's used in the test materialization. However, I don't see where this macro is called. I looked in both |
resolves #213
Problem
We fixed
dbt-snowflake
when using--empty
and running metadata queries.Solution
Add the tests for that fix so other adapters can use it if necessary.
Implementation
dbt-tests-adapter
(we`re here)dbt-tests-adapter
testsChecklist