You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I would like to move some code out of the cube.py file as it becomes very large and hard to maintain. But I fail to make it work in the cube docker container to import the outsourced files. also, unit testing my functions becomes impossible, because if i try to import the functions from cube.py the imports fail (there is no possibility to import this line: from cube import config).
Describe the bug
I would like to move some code out of the cube.py file as it becomes very large and hard to maintain. But I fail to make it work in the cube docker container to import the outsourced files. also, unit testing my functions becomes impossible, because if i try to import the functions from
cube.py
the imports fail (there is no possibility to import this line:from cube import config
).To Reproduce
cube.py
cube_utils.py
Dockerfile
docker build -f test.Dockerfile -t cube .
Expected behavior
Cube API should start without a problem with the above setup.
Screenshots
n/a, see above
Minimally reproducible Cube Schema
not needed, see above.
Version:
v0.35.57
The text was updated successfully, but these errors were encountered: