Skip to content

Commit 148b086

Browse files
authored
fix(signal-processing): fetch flow definition from release-26.3 (#427)
fix: correct path for flow definition
1 parent 26ad81e commit 148b086

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
@@ -87,7 +87,7 @@ data:
8787
service_login(username=USERNAME, password=PASSWORD)
8888
print("Logged in")
8989
90-
response = requests.get("https://raw.githubusercontent.com/stackabletech/demos/refs/heads/main/demos/signal-processing/DownloadAndWriteToDB.json")
90+
response = requests.get("https://raw.githubusercontent.com/stackabletech/demos/release-26.3/demos/signal-processing/DownloadAndWriteToDB.json")
9191
9292
filename = "/tmp/DownloadAndWriteToDB.json"
9393
with open(filename, "wb") as f:

0 commit comments

Comments
 (0)