Skip to content

Commit

Permalink
Shredding complete message should not list recovery tables when featu…
Browse files Browse the repository at this point in the history
…re is disabled
  • Loading branch information
istreeter authored and colmsnowplow committed Jan 17, 2024
1 parent 9768ac7 commit b0c6f99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ object Redshift {
loadAuthMethod,
discoveredShredModels.shredModel,
tableName,
isRecovery
isRecovery && !isMigrationDisabled
)
}
.toList
Expand Down

0 comments on commit b0c6f99

Please sign in to comment.