canari
canari copied to clipboard
canari create-package produces entities.py with broken namespace
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.
Hmm,
You may be using an older version of Canari. Take a look at the one on Github and see if that fixes your issue.