Skip to content

Commit 170c8c8

Browse files
committed
temp: Fetch NiFi flow from branch with fixes
1 parent 31ac513 commit 170c8c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/signal-processing/create-nifi-ingestion-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ data:
9090
# At release time, .scripts/update_refs.sh rewrites the branch in this URL to the release
9191
# branch. Keep the URL in a form its regex matches, or release-branch installs will
9292
# 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")
93+
response = requests.get("https://raw.githubusercontent.com/stackabletech/demos/refs/heads/fix/signal-processing-jupyterhub-chart/demos/signal-processing/DownloadAndWriteToDB.json")
9494
9595
filename = "/tmp/DownloadAndWriteToDB.json"
9696
with open(filename, "w") as f:

0 commit comments

Comments
 (0)