-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
TLDR; Using custom schema name does not allow me to insert without getting operational errors because the insert tries to use the default schema name given on the model object.
Example: CrontabSchedule.table_args.schema = 'celery_schema'
Currently, the only schema name supported is celery_schema
. I can add these tables super efficiently into my database with schema my_example_schema
so that in my database it shows my_example_schema.celery_crontabschedule
using the normal start up process; however, the celery_schema
name is hard-coded on each of the models making it really difficult to use a custom schema name.
Using MySQL by the way
Metadata
Metadata
Assignees
Labels
No labels