📝 Scenario
As a FinOps hub admin, I need to re-ingest costs when prices are updated for the month in order to populate missing price data from Cost Management exports
💎 Solution
Update the ingestion_ExecuteETL pipeline to do the following:
- After the 'If Has Capacity' activity runs successfully, check if the current export is for the "Prices" dataset.
- If it is for "Prices", run a KQL extents query against the Ingestion database to see if there's an extent for the Costs dataset for the current month that is being ingested.
- If no Costs data has been ingested for the current month, do nothing.
- If Costs data for the current month has been ingested already, run the ingestion_ExecuteETL pipeline asynchronously for Costs and the current month.
🙋♀️ Ask for the community
We could use your help:
- Please vote this issue up (👍) to prioritize it.
- Leave comments to help us solidify the vision.
📝 Scenario
As a FinOps hub admin, I need to re-ingest costs when prices are updated for the month in order to populate missing price data from Cost Management exports
💎 Solution
Update the ingestion_ExecuteETL pipeline to do the following:
🙋♀️ Ask for the community
We could use your help: