After doing canari create-package example the file src/example/transforms/common/entities.py contains a class called ExampleEntity which has the namespace property set - this value does not take effect in any sub-classes, renaming it to _namespace_ seems to work.
After doing
canari create-package examplethe filesrc/example/transforms/common/entities.pycontains a class called ExampleEntity which has thenamespaceproperty set - this value does not take effect in any sub-classes, renaming it to_namespace_seems to work.