François Armand
François Armand
Yes totally, the dependency path is OK. And it looks like it fails when it switch to the test part of the project.
```[2025-06-02T00:02:20.530Z] In ./zabbix/bin/zabbix-plugin.py line 39: [2025-06-02T00:02:20.531Z] # Used to determine which IP will be given to Zabbix, from all the IPs Rudder sends us (any v4 that's not 127.0.0.1) [2025-06-02T00:02:20.531Z]...
Cool, looks promising! Could you add tests, if possible : - at least at api level with yaml request / query output) - if possible at service unit test level...
I think this is not a lift 4 only thing but should even be done in a lift 3.n+1 one. This is becoming a blocking issue for maintenance of old...
PR updated with a new commit
Actually, it breaks in subtil way lot of things (esp regarding node queries / report comparison / etc). Which means they are already broken, but that change is not enought...
PR updated with a new commit
PR updated with a new commit
OK, merging this PR
I tried to add `@nowarn("msg=@nowarn annotation does not suppress any warnings")` (or generic @nowarn) at the class and method using macro level, and it does not suppress the warning (and...