Open
Description
📝 Scenario
As a FinOps hub admin, I need to fail data ingestion when a month that is older than the data retention period is attempted to be ingested in order to clarify why ingested data is not available
💎 Solution
In the ingestion_ExecuteETL
pipeline, check if the ingested month is older than the final
data retention. If older, then fail the pipeline run with a clear error that states the data is older than the data retention and add documentation to indicate that they need to update the final
retention period.
📋 Tasks
🙋♀️ 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.