diff options
author | Rasmus Luha <rasmus.luha@ut.ee> | 2025-04-23 21:55:24 +0300 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@ut.ee> | 2025-04-23 21:55:24 +0300 |
commit | c341ab0ab1697a26f09cc8f9131ca1d9f158034e (patch) | |
tree | f5c1375e51a05731a8ebd4eac95bfe28f190e5b8 /modules/nifi/templates | |
parent | 1d41a08fe30bbb5b8a4cea7db14740109960b467 (diff) |
add nifi pipeline uploading, template cleanup
Diffstat (limited to 'modules/nifi/templates')
-rw-r--r-- | modules/nifi/templates/basic_ETL.json | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/modules/nifi/templates/basic_ETL.json b/modules/nifi/templates/basic_ETL.json index 34a0297..076610a 100644 --- a/modules/nifi/templates/basic_ETL.json +++ b/modules/nifi/templates/basic_ETL.json @@ -28,7 +28,7 @@ }, "properties": { "Regular Expression": "(?s)(^.*$)", - "Replacement Value": "weather,city=\"Tartu\" Temperature=${temperature},Wind=${wind_speed}", + "Replacement Value": "placeholder", "Evaluation Mode": "Entire text", "Text to Prepend": null, "Line-by-Line Evaluation Mode": "All", @@ -147,7 +147,7 @@ "Socket Read Timeout": "15 secs", "Socket Idle Connections": "5", "Request Body Enabled": "true", - "HTTP URL": "https://api.open-meteo.com/v1/forecast?latitude=58.38&longitude=26.72¤t=temperature_2m,wind_speed_10m", + "HTTP URL": "placeholder", "Request OAuth2 Access Token Provider": null, "Socket Idle Timeout": "5 mins", "Response Redirects Enabled": "True", @@ -457,10 +457,8 @@ "Destination": "flowfile-attribute", "Max String Length": "20 MB", "Return Type": "auto-detect", - "latitude": "$.latitude", "Null Value Representation": "empty string", - "Path Not Found Behavior": "ignore", - "longitude": "$.longitude" + "Path Not Found Behavior": "ignore" }, "propertyDescriptors": { "Destination": { |