On running the following command:
select make_ahm_now();
select
projection_schema,
anchor_table_name,
projection_name,
is_up_to_date
from projections
where projection_name='<projection that appears in the error message';
projection_schema anchor_table_name projection_name is_up_to_date
----------------- ----------------- --------------- -------------
staging tbl name proj name2_b0 false
select refresh('schema.table');
select
projection_schema,
anchor_table_name,
projection_name,
is_up_to_date
from projections
where projection_name='<projection that appears in the error message';
projection_schema anchor_table_name projection_name is_up_to_date
----------------- ----------------- --------------- -------------
staging tbl name proj name2_b0 true