We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c47b8 commit f518817Copy full SHA for f518817
1 file changed
e2e_batch/constants.py
@@ -6,12 +6,7 @@
6
7
SOURCE_BUCKET = f"immunisation-batch-{environment}-data-sources"
8
INPUT_PREFIX = ""
9
-ACK_BUCKET = (
10
- "immunisation-batch-ref-data-destinations"
11
- if environment == "ref"
12
- else f"immunisation-batch-{environment}-data-destinations"
13
-)
14
-
+ACK_BUCKET = f"immunisation-batch-{environment}-data-destinations"
15
FORWARDEDFILE_PREFIX = "forwardedFile/"
16
PRE_VALIDATION_ERROR = "Validation errors: doseQuantity.value must be a number"
17
POST_VALIDATION_ERROR = "Validation errors: contained[?(@.resourceType=='Patient')].name[0].given is a mandatory field"
0 commit comments