Skip to content

Want to use custom schema name for created database tables #17

@kaysweebe

Description

@kaysweebe

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions