sinzlab/nnfabrik

nnfabrik.schema_name deprecated but required without access to nnfabrik_core

Opened this issue · 2 comments

In

schema = CustomSchema(dj.config.get("nnfabrik.schema_name", "nnfabrik_core"))

either nnfabrik.schema_name has to be defined in dj.config or access to an nnfabrik_core schema is required. So setting a schema only via my_nnfabrik is not possible without nnfabrik_core database as importing my_nnfabrik already triggers an AccessError.

Oh - are you lacking access to our nnfabrik_core? @chbehrens

What is part of nnfabrik_core and is it necessary/even possible given that we are working with our own databases running on the CIN server?