Skip to content

Commit 77df002

Browse files
authored
fix: Data lakehouse demo flow file (25.7) (#334)
download NiFi flow from 25.7 release branch
1 parent b770807 commit 77df002

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
@@ -77,7 +77,7 @@ data:
7777
service_login(username=USERNAME, password=PASSWORD)
7878
print("Logged in")
7979
80-
response = requests.get("https://raw.githubusercontent.com/stackabletech/demos/refs/heads/main/demos/data-lakehouse-iceberg-trino-spark/LakehouseKafkaIngest.json")
80+
response = requests.get("https://raw.githubusercontent.com/stackabletech/demos/refs/heads/release-25.7/demos/data-lakehouse-iceberg-trino-spark/LakehouseKafkaIngest.json")
8181
8282
filename = "/tmp/LakehouseKafkaIngest.json"
8383
with open(filename, "wb") as f:

0 commit comments

Comments
 (0)