From 216de9f0e6a193b0878b0b4db430c0bcad822d28 Mon Sep 17 00:00:00 2001 From: Cody Fincher <204685+cofin@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:27:34 -0500 Subject: [PATCH] Update src/dma/collector/workflows/readiness_check/_postgres/main.py Signed-off-by: Cody Fincher <204685+cofin@users.noreply.github.com> --- src/dma/collector/workflows/readiness_check/_postgres/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dma/collector/workflows/readiness_check/_postgres/main.py b/src/dma/collector/workflows/readiness_check/_postgres/main.py index 2e2cfb3a..cea3e9d6 100644 --- a/src/dma/collector/workflows/readiness_check/_postgres/main.py +++ b/src/dma/collector/workflows/readiness_check/_postgres/main.py @@ -46,7 +46,7 @@ PGLOGICAL_INSTALLED = "PGLOGICAL_INSTALLED" PRIVILEGES = "PRIVILEGES" PGLOGICAL_NODE_ALREADY_EXISTS = "PGLOGICAL_NODE_ALREADY_EXISTS" -TABLES_WITH_NO_PK = "TABLES_WITH_NO_PK" +TABLES_WITH_NO_PK: Final[str] = "TABLES_WITH_NO_PK" @dataclass