Skip to content

v0.1.7 - 20240719

Compare
Choose a tag to compare
@gluckzhang gluckzhang released this 19 Jul 09:23
· 79 commits to main since this release
817689f

Frontend

[IMPROVEMENT] When exporting costs to a CSV, the raw numbers are exported instead of the formatted strings. This makes it easier to apply formulas or visualizations later on

Backend

[IMPROVEMENT] Update GCP cost query to (SUM(CAST(cost AS NUMERIC)) + SUM(IFNULL((SELECT SUM(CAST(c.amount AS NUMERIC)) FROM UNNEST(credits) AS c), 0))) AS total_cost based on the documentation here