-
Notifications
You must be signed in to change notification settings - Fork 978
Closed
Labels
💻 linux🔧 pythonPull requests that update Python codePull requests that update Python codebugSomething isn't workingSomething isn't working
Milestone
Description
Version
1.12.0
What happened?
While testing python codegen, I found a rather curious output: any table that ends in "ta" gets a model that ends in "tum" due to the inflection library, so e.g. many-to-many tables are particularly affected since I already use the singular form. A manual fix like with "meta" #1217 wouldn't work for these cases
Is it possible to allow passing a list of table names to the config file to omit in inflection's Singular() instead? This way autogenerated SQL schemas will also be able to use it
What operating system are you using?
Linux
Metadata
Metadata
Assignees
Labels
💻 linux🔧 pythonPull requests that update Python codePull requests that update Python codebugSomething isn't workingSomething isn't working