django-tenant-schemas icon indicating copy to clipboard operation
django-tenant-schemas copied to clipboard

how to get Jupyter notebook to use an specific schema?

Open Mario-Cano opened this issue 5 years ago • 2 comments
trafficstars

I'm trying to work with Jupyter alongside Django schemas. Thanks

Mario-Cano avatar Nov 25 '19 21:11 Mario-Cano

Use schema_context, tenant_context or manually set the connection to the right schema. See: https://django-tenant-schemas.readthedocs.io/en/latest/use.html#utils

jeroenbrouwer avatar Dec 03 '19 08:12 jeroenbrouwer

It worked, thank you!

Mario-Cano avatar Dec 03 '19 20:12 Mario-Cano