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

Feature/decouple adapters from core #8906

Merged
merged 47 commits into from
Dec 22, 2023

Merge branch 'main' into feature/decouple-adapters-from-core

ac3b17f
Select commit
Loading
Failed to load commit list.
Merged

Feature/decouple adapters from core #8906

Merge branch 'main' into feature/decouple-adapters-from-core
ac3b17f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 22, 2023 in 1s

86.61% (-0.11%) compared to c2bc2f0

View this Pull Request on Codecov

86.61% (-0.11%) compared to c2bc2f0

Details

Codecov Report

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

Comparison is base (c2bc2f0) 86.71% compared to head (ac3b17f) 86.61%.

Files Patch % Lines
core/dbt/common/events/types_pb2.py 1.82% 699 Missing ⚠️
core/dbt/adapters/events/adapter_types_pb2.py 6.70% 181 Missing ⚠️
core/dbt/adapters/exceptions/compilation.py 43.75% 81 Missing ⚠️
core/dbt/events/core_types_pb2.py 17.91% 55 Missing ⚠️
core/dbt/common/exceptions/macros.py 52.30% 31 Missing ⚠️
core/dbt/common/clients/jinja.py 89.73% 27 Missing ⚠️
core/dbt/common/exceptions/base.py 86.54% 23 Missing ⚠️
core/dbt/common/contracts/config/base.py 88.46% 18 Missing ⚠️
core/dbt/common/events/types.py 98.54% 14 Missing ⚠️
core/dbt/common/exceptions/cache.py 65.85% 14 Missing ⚠️
... and 26 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8906      +/-   ##
==========================================
- Coverage   86.71%   86.61%   -0.11%     
==========================================
  Files         179      221      +42     
  Lines       26648    26957     +309     
==========================================
+ Hits        23108    23348     +240     
- Misses       3540     3609      +69     

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