Skip to content

Commit

Permalink
Update cost unit test to query export_time
Browse files Browse the repository at this point in the history
  • Loading branch information
sjfleming committed Mar 29, 2024
1 parent f1344e2 commit 438433f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_cost.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class TestCost:
"""
SELECT sum(cost) as cost
FROM cost:table1, UNNEST(labels)
WHERE value LIKE @workflow_id AND partition_time BETWEEN @start_date AND @end_date
WHERE value LIKE @workflow_id AND export_time BETWEEN @start_date AND @end_date
""",
],
],
Expand Down

0 comments on commit 438433f

Please sign in to comment.