From 79d4d26a6690f0436c7415d9abd5c5790ff16060 Mon Sep 17 00:00:00 2001 From: Benedikt Labrenz Date: Tue, 4 Nov 2025 10:45:28 +0100 Subject: [PATCH] download NiFi flow from 25.7 release branch --- .../create-nifi-ingestion-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/data-lakehouse-iceberg-trino-spark/create-nifi-ingestion-job.yaml b/demos/data-lakehouse-iceberg-trino-spark/create-nifi-ingestion-job.yaml index 201f81f9..60b1f3bd 100644 --- a/demos/data-lakehouse-iceberg-trino-spark/create-nifi-ingestion-job.yaml +++ b/demos/data-lakehouse-iceberg-trino-spark/create-nifi-ingestion-job.yaml @@ -77,7 +77,7 @@ data: service_login(username=USERNAME, password=PASSWORD) print("Logged in") - response = requests.get("https://raw.githubusercontent.com/stackabletech/demos/refs/heads/main/demos/data-lakehouse-iceberg-trino-spark/LakehouseKafkaIngest.json") + response = requests.get("https://raw.githubusercontent.com/stackabletech/demos/refs/heads/release-25.7/demos/data-lakehouse-iceberg-trino-spark/LakehouseKafkaIngest.json") filename = "/tmp/LakehouseKafkaIngest.json" with open(filename, "wb") as f: