Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit fd3ed3e

Browse files
committed
Add terminating
1 parent 37c44dd commit fd3ed3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reports/ms_cooper/entrypoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def generate(
5858
)
5959
# For terminated, termination must be in last month
6060

61-
rql = R().status.eq('terminated') & R().product.id.oneof(PRODUCTS)
61+
rql = R().status.oneof(['terminated', 'terminating']) & R().product.id.oneof(PRODUCTS)
6262
rql &= R().events.updated.at.ge(start_day_of_prev_month)
6363
rql &= R().events.updated.at.lt(last_day_of_prev_month)
6464
sub_terminated = (

0 commit comments

Comments
 (0)