Freedom9339
Freedom9339
…er is provided. Added validate on attribute option. # Summary [NIFI-12674](https://issues.apache.org/jira/browse/NIFI-12674) Made the schema optional for the ValidateCSV processor if a header is provided. In this case, only the structure...
…r child process group # Summary [NIFI-3785](https://issues.apache.org/jira/browse/NIFI-3785) - Added an option on the controller services grid that moves a controller service to a specified process group. The controller service can...
…groups with the new UI # Summary [NIFI-3785](https://issues.apache.org/jira/browse/NIFI-3785): Added an option on the controller services grid that moves a controller service to a specified process group. The controller service can...
# System information + Distribution name: Ubuntu + Distribution version: 24.04 + Python3 version: 3.12.3 + akbl version: 240910~1 + Computer model: Alienware Aurora R13 + Daemon status: True #...
Hi, building fails with gcc 15.x due to incompatible pointer types. I was able to get the build working by adding the following line to ```/libtudor/meson.build``` ```add_global_arguments('-Wno-incompatible-pointer-types', language : 'c')```...