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 9d6b2b1 commit 621e478Copy full SHA for 621e478
demos/data-lakehouse-iceberg-trino-spark/create-nifi-ingestion-job.yaml
@@ -67,7 +67,7 @@ data:
67
service_login(username=USERNAME, password=PASSWORD)
68
print("Logged in")
69
70
- 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.3/demos/data-lakehouse-iceberg-trino-spark/LakehouseKafkaIngest.json")
71
72
filename = "/tmp/LakehouseKafkaIngest.json"
73
with open(filename, "wb") as f:
0 commit comments