Lukas Krug

Results 3 comments of Lukas Krug

Sounds good in general. The question remains if we need a new status "Affected" or something like that. And then only display the "remediations" section in the assessment dialog when...

I just checked, maybe https://docs.djangoproject.com/en/4.2/ref/models/fields/#django.db.models.JSONField could be used for this: > JSONField is supported on MariaDB, MySQL, Oracle, PostgreSQL, and SQLite (with the [JSON1 extension enabled](https://docs.djangoproject.com/en/4.2/ref/databases/#sqlite-json1)). I'll try to draft...

For anyone else landing here, here's a code snippet I just used successfully with NiFi 2.2.0. It's a workaround until [create_registry_client](https://nipyapi.readthedocs.io/en/latest/nipyapi-docs/nipyapi.html#nipyapi.versioning.create_registry_client) is extended: ```python organization = "myorg" repository = "myrepo"...