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 b770807 commit 77df002Copy full SHA for 77df002
demos/data-lakehouse-iceberg-trino-spark/create-nifi-ingestion-job.yaml
@@ -77,7 +77,7 @@ data:
77
service_login(username=USERNAME, password=PASSWORD)
78
print("Logged in")
79
80
- 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")
81
82
filename = "/tmp/LakehouseKafkaIngest.json"
83
with open(filename, "wb") as f:
0 commit comments