project-koku / nise

A tool for generating sample cost usage data for testing purposes
GNU Affero General Public License v3.0
9 stars 15 forks source link

COST-729 azure v2 parquet #306

Closed adberglund closed 3 years ago

adberglund commented 3 years ago

Summary

This adds handling for additional Azure v2 report columns. Many were blank and some data types don't convert to Parquet properly when the column is entirely blank. This should address that.

codecov[bot] commented 3 years ago

Codecov Report

Merging #306 (2dad4c9) into master (ebc1d53) will decrease coverage by 0.5%. The diff coverage is 89.6%.

@@           Coverage Diff            @@
##           master    #306     +/-   ##
========================================
- Coverage    94.0%   93.5%   -0.5%     
========================================
  Files          45      45             
  Lines        2874    2933     +59     
  Branches      390     388      -2     
========================================
+ Hits         2701    2741     +40     
- Misses         92     104     +12     
- Partials       81      88      +7