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 26ad81e commit 148b086Copy full SHA for 148b086
1 file changed
demos/signal-processing/create-nifi-ingestion-job.yaml
@@ -87,7 +87,7 @@ data:
87
service_login(username=USERNAME, password=PASSWORD)
88
print("Logged in")
89
90
- response = requests.get("https://raw.githubusercontent.com/stackabletech/demos/refs/heads/main/demos/signal-processing/DownloadAndWriteToDB.json")
+ response = requests.get("https://raw.githubusercontent.com/stackabletech/demos/release-26.3/demos/signal-processing/DownloadAndWriteToDB.json")
91
92
filename = "/tmp/DownloadAndWriteToDB.json"
93
with open(filename, "wb") as f:
0 commit comments