diff --git a/models/intermediate/cross/schema.yml b/models/intermediate/cross/schema.yml index 8eb8a5e..aa0725b 100644 --- a/models/intermediate/cross/schema.yml +++ b/models/intermediate/cross/schema.yml @@ -268,17 +268,11 @@ models: tests: - not_null - - name: is_end_of_month - data_type: boolean - description: Is end of month, 1 for yes, 0 for no. - tests: - - not_null - - - name: is_current_month - data_type: boolean + - name: last_day_month + data_type: date description: | - Checks if the date is within the current executed month, - 1 for yes, 0 for no. + Last day of the month correspoding to the date field. + It comes from int_dates_mtd logic. tests: - not_null