Skip to content

Commit d7331e9

Browse files
committed
Replace deny-list word in redshift script
1 parent 17ab2da commit d7331e9

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.doc_gen/validation.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
allow_list:
22
- "bPxRfiCYEXAMPLEKEY/wJalrXUtnFEMI/K7MDENG"
33
- "role/AmazonEC2ContainerServiceforEC2Role"
4-
- "gross"
54
sample_files:
65
- "README.md"

tuts/038-redshift-serverless/redshift-serverless.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,8 +556,8 @@ else
556556
fi
557557
fi
558558

559-
# Query 2: Find events in the 99.9 percentile in terms of all time gross sales
560-
echo "Running query: Find events in the 99.9 percentile in terms of all time gross sales..."
559+
# Query 2: Find events in the 99.9 percentile in terms of all time total sales
560+
echo "Running query: Find events in the 99.9 percentile in terms of all time total sales..."
561561
QUERY2_OUTPUT=$(aws redshift-data execute-statement \
562562
--database "$DB_NAME" \
563563
--workgroup-name "$WORKGROUP_NAME" \

0 commit comments

Comments
 (0)