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