Skip to content

Commit 51f98fb

Browse files
authored
bump parquet converter version (#5040)
1 parent c9b96ac commit 51f98fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

koku/masu/api/upgrade_trino/util/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Update this to trigger the converter to run again
44
# even if marked as successful
5-
CONVERTER_VERSION = "1"
5+
CONVERTER_VERSION = "2"
66

77

88
class ConversionContextKeys(StrEnum):

0 commit comments

Comments
 (0)