Handle missing data warehouse files and bad join in dash_app

This commit is contained in:
Jake Pullen
2024-08-29 11:31:35 +01:00
parent 91d67896d1
commit 975f0df22b
2 changed files with 28 additions and 15 deletions
+3 -1
View File
@@ -11,4 +11,6 @@ CONFLICT = 9
MOVE_FILE_ERROR = 10
DUPLICATE_RESOLUTION_ERROR = 11
UNIQUE_ID_NOT_FOUND = 12
NO_DATA_PRODUCED = 13
NO_DATA_PRODUCED = 13
MISSING_DATA_FILES = 14
BAD_JOIN = 15