Member since
06-23-2023
7
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1188 | 06-26-2023 03:37 AM |
01-22-2024
07:20 AM
1 Kudo
Flow definitions are saved in the `conf` dir and at least 2 different approaches can be mentioned to backup it: the first by manually `docker cp`its contents and mount them later as a volume at your next run, while the second leveraging the mount bind option of docker to automatically synchronize the `conf` dir contents with your local dir.
... View more
06-26-2023
03:37 AM
The issue ended up being that ip is a reserved word (a default function) so changing the name of the attribute from ip to extractedIp solved it.
... View more
06-23-2023
11:14 AM
@steven-matison thank you! I thought that I needed to somehow inject this jar into NiFi, in addition to providing it.
... View more