Closed axelstudios closed 1 year ago
Describe the bug The source_type column in the data_importer_importfile table incorrectly shows a tuple, and the wrong tuple at that:
source_type
data_importer_importfile
Worse yet, all ESPM imports in production have the wrong source_type, and it varies:
Expected Behavior The value should be Portfolio Raw. Eventually we want to migrate this column to an unsigned type for enum strictness
Portfolio Raw
Actual Behavior The value is the tuple for Assessed Raw
Assessed Raw
Steps to Reproduce Import a file from ESPM
No testing needed, database update only.
Describe the bug The
source_type
column in thedata_importer_importfile
table incorrectly shows a tuple, and the wrong tuple at that:Worse yet, all ESPM imports in production have the wrong source_type, and it varies:
Expected Behavior The value should be
Portfolio Raw
. Eventually we want to migrate this column to an unsigned type for enum strictnessActual Behavior The value is the tuple for
Assessed Raw
Steps to Reproduce Import a file from ESPM