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

Add utils module #8910

Merged
merged 5 commits into from
Oct 26, 2023

add changie

b81f749
Select commit
Loading
Failed to load commit list.
Merged

Add utils module #8910

add changie
b81f749
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 26, 2023 in 0s

86.17% (-0.04%) compared to dbd02e5

View this Pull Request on Codecov

86.17% (-0.04%) compared to dbd02e5

Details

Codecov Report

Attention: 36 lines in your changes are missing coverage. Please review.

Comparison is base (dbd02e5) 86.20% compared to head (b81f749) 86.17%.

Additional details and impacted files
@@                           Coverage Diff                           @@
##           feature/decouple-adapters-from-core    #8910      +/-   ##
=======================================================================
- Coverage                                86.20%   86.17%   -0.04%     
=======================================================================
  Files                                      183      187       +4     
  Lines                                    26468    26511      +43     
=======================================================================
+ Hits                                     22818    22845      +27     
- Misses                                    3650     3666      +16     
Files Coverage Δ
core/dbt/adapters/base/connections.py 89.24% <100.00%> (ø)
core/dbt/adapters/base/impl.py 80.25% <100.00%> (ø)
core/dbt/adapters/base/relation.py 86.08% <100.00%> (+0.06%) ⬆️
core/dbt/adapters/contracts/connection.py 96.06% <100.00%> (ø)
core/dbt/adapters/relation_configs/config_base.py 92.85% <100.00%> (ø)
core/dbt/adapters/sql/connections.py 94.89% <100.00%> (ø)
core/dbt/adapters/utils.py 86.84% <100.00%> (+1.99%) ⬆️
core/dbt/cli/requires.py 94.59% <100.00%> (ø)
core/dbt/clients/jinja.py 88.88% <100.00%> (+0.03%) ⬆️
core/dbt/common/utils/__init__.py 100.00% <100.00%> (ø)
... and 13 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.