Skip to content

Commit bcd526a

Browse files
committed
fix assert zip content
1 parent 34f1ae3 commit bcd526a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

demos/spark-k8s-anomaly-detection-taxi-data/setup-superset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
[
1414
"bash",
1515
"-c",
16-
"curl -o superset-assets.zip https://raw.githubusercontent.com/stackabletech/demos/main/demos/spark-k8s-anomaly-detection-taxi-data/superset-assets.zip && python -u /tmp/script/script.py",
16+
"curl -o superset-assets.zip https://github.com/stackabletech/demos/raw/refs/heads/spark-anomaly-detection/fix-superset-trino-https/demos/spark-k8s-anomaly-detection-taxi-data/superset-assets.zip && python -u /tmp/script/script.py",
1717
]
1818
volumeMounts:
1919
- name: script
-772 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)