We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ab2da commit d7331e9Copy full SHA for d7331e9
2 files changed
.doc_gen/validation.yaml
@@ -1,6 +1,5 @@
1
allow_list:
2
- "bPxRfiCYEXAMPLEKEY/wJalrXUtnFEMI/K7MDENG"
3
- "role/AmazonEC2ContainerServiceforEC2Role"
4
- - "gross"
5
sample_files:
6
- "README.md"
tuts/038-redshift-serverless/redshift-serverless.sh
@@ -556,8 +556,8 @@ else
556
fi
557
558
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..."
+# Query 2: Find events in the 99.9 percentile in terms of all time total sales
+echo "Running query: Find events in the 99.9 percentile in terms of all time total sales..."
561
QUERY2_OUTPUT=$(aws redshift-data execute-statement \
562
--database "$DB_NAME" \
563
--workgroup-name "$WORKGROUP_NAME" \
0 commit comments