-
Story
-
Resolution: Done
-
Normal
-
None
-
False
-
False
-
Undefined
-
Move enabled key processing to earlier in the AWS parquet file processing workflow.
Change the update/create of the data for enabled keys to the csv-to-parquet processing of the data.
Change the reporting_awsenabledtagkeys table structure to add a boolean column enabled. Change queries for enabled tags to include a filter for enabled=True. Disabled keys are not deleted from the table. Instead they are updated with enabled=False. The key column is the new primary key.