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

Support null coalescing properties for metric nodes #8700

Merged
merged 5 commits into from
Sep 25, 2023

Fix unit test for unparsed metric objects

27b05ef
Select commit
Loading
Failed to load commit list.
Merged

Support null coalescing properties for metric nodes #8700

Fix unit test for unparsed metric objects
27b05ef
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 25, 2023 in 0s

85.31% (-1.34%) compared to 417fc2a

View this Pull Request on Codecov

85.31% (-1.34%) compared to 417fc2a

Details

Codecov Report

Patch coverage: 100.00% and project coverage change: -1.34% ⚠️

Comparison is base (417fc2a) 86.65% compared to head (27b05ef) 85.31%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8700      +/-   ##
==========================================
- Coverage   86.65%   85.31%   -1.34%     
==========================================
  Files         176      176              
  Lines       25674    25678       +4     
==========================================
- Hits        22247    21907     -340     
- Misses       3427     3771     +344     
Files Changed Coverage Δ
core/dbt/parser/schema_yaml_readers.py 89.36% <ø> (-2.56%) ⬇️
core/dbt/contracts/graph/nodes.py 95.18% <100.00%> (-0.96%) ⬇️
core/dbt/contracts/graph/unparsed.py 93.51% <100.00%> (+0.02%) ⬆️

... and 34 files with indirect coverage changes

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