We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ac513 commit 170c8c8Copy full SHA for 170c8c8
1 file changed
demos/signal-processing/create-nifi-ingestion-job.yaml
@@ -90,7 +90,7 @@ data:
90
# At release time, .scripts/update_refs.sh rewrites the branch in this URL to the release
91
# branch. Keep the URL in a form its regex matches, or release-branch installs will
92
# download this file from main (see the 26.3 regression).
93
- response = requests.get("https://raw.githubusercontent.com/stackabletech/demos/main/demos/signal-processing/DownloadAndWriteToDB.json")
+ response = requests.get("https://raw.githubusercontent.com/stackabletech/demos/refs/heads/fix/signal-processing-jupyterhub-chart/demos/signal-processing/DownloadAndWriteToDB.json")
94
95
filename = "/tmp/DownloadAndWriteToDB.json"
96
with open(filename, "w") as f:
0 commit comments