diff --git a/infra/stats.ts b/infra/stats.ts index c0605b946..bbf5a3ec3 100644 --- a/infra/stats.ts +++ b/infra/stats.ts @@ -85,7 +85,7 @@ const inferenceEventTable = new aws.s3tables.Table( }, }, }, - { deleteBeforeReplace: $app.stage !== "production" }, + { deleteBeforeReplace: $app.stage !== "production", ignoreChanges: ["metadata"] }, ) export const inferenceEvent = new sst.Linkable("InferenceEvent", {