Skip to content

Commit 621e478

Browse files
authored
fix: Data lakehouse demo flow file (25.3) (#335)
download NiFi flow from 25.3 release branch
1 parent 9d6b2b1 commit 621e478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/data-lakehouse-iceberg-trino-spark/create-nifi-ingestion-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ data:
6767
service_login(username=USERNAME, password=PASSWORD)
6868
print("Logged in")
6969
70-
response = requests.get("https://raw.githubusercontent.com/stackabletech/demos/refs/heads/main/demos/data-lakehouse-iceberg-trino-spark/LakehouseKafkaIngest.json")
70+
response = requests.get("https://raw.githubusercontent.com/stackabletech/demos/refs/heads/release-25.3/demos/data-lakehouse-iceberg-trino-spark/LakehouseKafkaIngest.json")
7171
7272
filename = "/tmp/LakehouseKafkaIngest.json"
7373
with open(filename, "wb") as f:

0 commit comments

Comments
 (0)