Skip to content

Commit 8841a8d

Browse files
authored
fix: Update Remote URLs in NiFi for fetching data (#115)
* fix: Update Remote URLs in NiFi for fetching data * docs: update nifi screenshot to one without errors
1 parent 5e5df23 commit 8841a8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

demos/data-lakehouse-iceberg-trino-spark/LakehouseKafkaIngest.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@
13851385
</entry>
13861386
<entry>
13871387
<key>Remote URL</key>
1388-
<value>https://ip-api.mobidata-bw.de/v1/NVBW/gbfs/v2/free_bike_status.json</value>
1388+
<value>https://api.mobidata-bw.de/sharing/gbfs/v2/deer/free_bike_status</value>
13891389
</entry>
13901390
<entry>
13911391
<key>disable-http2</key>
@@ -2963,7 +2963,7 @@
29632963
</entry>
29642964
<entry>
29652965
<key>Remote URL</key>
2966-
<value>https://ip-api.mobidata-bw.de/v1/NVBW/gbfs/v2/station_information.json</value>
2966+
<value>https://api.mobidata-bw.de/sharing/gbfs/v2/deer/station_information</value>
29672967
</entry>
29682968
<entry>
29692969
<key>disable-http2</key>
@@ -5584,7 +5584,7 @@
55845584
</entry>
55855585
<entry>
55865586
<key>Remote URL</key>
5587-
<value>https://ip-api.mobidata-bw.de/v1/NVBW/gbfs/v2/station_status.json</value>
5587+
<value>https://api.mobidata-bw.de/sharing/gbfs/v2/deer/station_status</value>
55885588
</entry>
55895589
<entry>
55905590
<key>disable-http2</key>
Loading

0 commit comments

Comments
 (0)