udfio.py is 'volumed' into the monetdb container to avoid rebuilding.
Created by: ThanKarab
Changelog:
- 'udfio.py' file is mounted into the monetdb container to avoid rebuilding. Jira
- There is a new invoke task 'reload_udfio' that can be used to reload the udfio module inside monetdb.
Monetdb has a volume for the 'udfio.py' module both from 'inv deploy' and the standalone tests' conftest. The conftest fixtures will be used in the github actions as well, which is something I don't like very much. It won't create a problem, though, since we have prod tests as well that use the pure image without volumes etc.