-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fix: avoid double-rendering sql_header in dbt show #8740
Conversation
@@ -50,7 +50,6 @@ def models(self): | |||
} | |||
|
|||
def test_sql_header(self, project): | |||
run_dbt(["build", "--vars", "timezone: Asia/Kolkata"]) |
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.
this was not necessary
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8740 +/- ##
=======================================
Coverage 86.62% 86.62%
=======================================
Files 176 176
Lines 25772 25772
=======================================
Hits 22325 22325
Misses 3447 3447
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Updated BQ test: dbt-labs/dbt-bigquery#927 |
Updated redshift test: dbt-labs/dbt-redshift#611 |
Updated snowflake test: dbt-labs/dbt-snowflake#779 |
(cherry picked from commit 408a789)
(cherry picked from commit 408a789)
resolves #8739
Problem
Solution
Checklist