Description:
Update the delta query for summary_state_view to use the file-C records directly and create a temporary view to get the award_ids and their corresponding total_outlays as well as their respective fiscal_years. Then, ultimately, when it comes to aggregating the total_outlays for a respective POP State and POP Country we can aggregate the total_outlays based on a group by for fiscal_year.
Description: Update the delta query for
summary_state_view
to use the file-C records directly and create a temporary view to get theaward_ids
and their correspondingtotal_outlays
as well as their respectivefiscal_years
. Then, ultimately, when it comes to aggregating the total_outlays for a respective POP State and POP Country we can aggregate thetotal_outlays
based on a group by forfiscal_year
.Technical details: N/A
Requirements for PR merge:
Area for explaining above N/A when needed: