Skip to content

Commit 0110ff0

Browse files
author
ASubaran
committed
added code
1 parent e3b2326 commit 0110ff0

File tree

5 files changed

+356
-71
lines changed

5 files changed

+356
-71
lines changed

e2e_batch/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import os
22

33
env_value = os.environ.get("ENV", "internal-dev")
4+
print(env_value)
45
INPUT_BUCKET = f"immunisation-batch-{env_value}-data-sources"
56
INPUT_PREFIX = ""
67
ACK_BUCKET = "immunisation-batch-internal-dev-data-destinations"

0 commit comments

Comments
 (0)