-
Task
-
Resolution: Done
-
Normal
-
None
-
None
-
None
-
5
-
False
-
None
-
False
-
-
Once the task is responsible for filling the OCP on Cloud parquet tables, we should separate OCP on Cloud summary from the normal summary flow since the data will be available at different times. The new processing task will be responsible for running OCP on Cloud summary upon completion.
Relevant code location: https://github.com/project-koku/koku/blob/main/koku/masu/processor/tasks.py#L606-L652
NOTE:
This should include an unleash flag per provider type.
We want to continue to populate the existing method so the new flow can be verified, the table choice used during summary should be hidden behind an unleash flag that lets us switch between new and old processing flow.
Relevant code location: https://github.com/project-koku/koku/blob/main/koku/masu/processor/ocp/ocp_cloud_parquet_summary_updater.py#L289
- duplicates
-
COST-5131 Hide table choice behind unleash flag
-
- Closed
-
Azure summary SQL complete! Initial summary task rework complete. Working through initial testing, found a couple of bugs that need to be addressed. Should have a PR up for these today.