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

Return a dictionary for JSONL labels #371

Closed adberglund closed 3 years ago

adberglund commented 3 years ago

Summary

When the return_list variable is true (when sending to BigQuery) we should return a dictionary, not a JSON string.

codecov[bot] commented 3 years ago

Codecov Report

Merging #371 (73f287d) into master (d94c016) will increase coverage by 0.0%. The diff coverage is 100.0%.

@@          Coverage Diff           @@
##           master    #371   +/-   ##
======================================
  Coverage    93.7%   93.8%           
======================================
  Files          48      48           
  Lines        3630    3632    +2     
  Branches      508     509    +1     
======================================
+ Hits         3403    3405    +2     
  Misses        124     124           
  Partials      103     103