We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
date_spine
dbt-adapters
The test case can pass even if the expected and actual data sets are not perfectly equal.
History: this test was migrated effectively as-is from dbt-utils to dbt-core to dbt-adapters.
This issue was discovered while working on dbt-labs/dbt-core#10075.
The content you are editing has changed. Please copy your edits and refresh the page.
left join
full outer join
Manually alter the implementation of date_spine in order to check that the test case fails as expected in the following scenarios.
No security concerns.
No doc updates needed.
This change impacts any adapter that imports this test.
We'd hope that no adapters are currently getting a false positive, and this change is a no-op for them.
For any adapters that were getting a false positive, this test would start failing for them, and they need to make updates accordingly.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Housekeeping
dbt-adapters
Short description
The test case can pass even if the expected and actual data sets are not perfectly equal.
Context
History: this test was migrated effectively as-is from dbt-utils to dbt-core to dbt-adapters.
This issue was discovered while working on dbt-labs/dbt-core#10075.
Acceptance criteria
Tasks
Testing
Manually alter the implementation of
date_spine
in order to check that the test case fails as expected in the following scenarios.Tasks
Security
No security concerns.
Docs
No doc updates needed.
Consequences
This change impacts any adapter that imports this test.
We'd hope that no adapters are currently getting a false positive, and this change is a no-op for them.
For any adapters that were getting a false positive, this test would start failing for them, and they need to make updates accordingly.
The text was updated successfully, but these errors were encountered: