concurrencylabs / aws-cost-analysis

Tools that make it easier to analyze AWS Cost and Usage reports. Initial version provides support for Athena and QuickSight.
GNU General Public License v3.0
173 stars 43 forks source link

running athena report but getting error #13

Closed goochi1 closed 6 years ago

goochi1 commented 6 years ago

code: python report_utils.py --action=prepare-athena --source-bucket=kpmgcloud-cost-report --source-prefix=costreport/**/ --dest-bucket=kpmgcloud-cost-report --dest-prefix=athena2/ --year=2018 --month=06

Reply: Traceback (most recent call last): File "report_utils.py", line 7, in import awscostusageprocessor.processor as cur File "/Users/sgooch/Documents/Stash/costsaving/analysis/athena/aws-cost-analysis/awscostusageprocessor/processor.py", line 109 print "Number of records: [{}]".format(record_count)

I have run this once already so not sure if this would upset it?