-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generator: add an option to skip partitions #437
Comments
Different developers use various naming templates for partitions, so there's no single universal solution to exclude partition tables from generation. |
MSSql can rely on |
Yeah, it seems you're right. We could add generator flag to handle this use case. |
I’m trying to do it in the custom Example:
|
Currently if you have partitioned tables, with partitions residing on the same schema as your tables,
jet
will generate schemas for each partition individually.It would be great if an
--ignore-partitions
flag could be added so that partitions are not included for generation.The text was updated successfully, but these errors were encountered: