Skip to content

Commit 408188d

Browse files
committed
fix:nifi ingestion jobs urls
1 parent ea8cbfb commit 408188d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/nifi-kafka-druid-earthquake-data/create-nifi-ingestion-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ data:
7676
service_login(username=USERNAME, password=PASSWORD)
7777
print("Logged in")
7878
79-
response = requests.get("https://raw.githubusercontent.com/stackabletech/demos/refs/heads/main/demos/nifi-kafka-druid-earthquake-data/IngestEarthquakesToKafka.json")
79+
response = requests.get("https://raw.githubusercontent.com/stackabletech/demos/refs/heads/release-25.7/demos/nifi-kafka-druid-earthquake-data/IngestEarthquakesToKafka.json")
8080
filename = "/tmp/IngestEarthquakesToKafka.json"
8181
with open(filename, "wb") as f:
8282
f.write(response.content)

demos/nifi-kafka-druid-water-level-data/create-nifi-ingestion-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ data:
7676
service_login(username=USERNAME, password=PASSWORD)
7777
print("Logged in")
7878
79-
response = requests.get("https://raw.githubusercontent.com/stackabletech/demos/refs/heads/main/demos/nifi-kafka-druid-water-level-data/IngestWaterLevelsToKafka.json")
79+
response = requests.get("https://raw.githubusercontent.com/stackabletech/demos/refs/heads/release-25.7/demos/nifi-kafka-druid-water-level-data/IngestWaterLevelsToKafka.json")
8080
8181
filename = "/tmp/IngestWaterLevelsToKafka.json"
8282
with open(filename, "wb") as f:

0 commit comments

Comments
 (0)