We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1345589 commit b776213Copy full SHA for b776213
2 files changed
scripts/manual_uploads/manual_config_upload.sh
@@ -37,7 +37,7 @@ if ! jq empty "$FILE" >/dev/null 2>&1; then
37
exit 1
38
fi
39
40
- # === Prompt for AWS credentials if not set ===
+# === Prompt for AWS credentials if not set ===
41
42
if [ -z "$AWS_ACCESS_KEY_ID" ] || [ -z "$AWS_SECRET_ACCESS_KEY" ]; then
43
echo "AWS credentials not found in environment. Let's set them now:"
tests/test_data/test_config/test_config.json
@@ -20,11 +20,11 @@
20
{
21
"CohortLabel": "cohort_1",
22
"Priority": 10
23
- },
+ },
24
25
"CohortLabel": "cohort_2",
26
"Priority": 20
27
- }
+ }
28
],
29
"IterationRules": [
30
@@ -36,7 +36,7 @@
36
"AttributeName": "DATE_OF_BIRTH",
"Operator": ">",
"Comparator": "19000101"
"Version": 1,
"Name": "Test Config",
0 commit comments