-
-
Notifications
You must be signed in to change notification settings - Fork 520
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
Failed to generate entities for large schema #555
Comments
Hey @milesgranger, thanks for the report! Actually, we haven't try to run |
The cause of failure may or may not be "large". It could be because of one table using an unsupported feature. So I think at least a minimum-reproducible schema to be provided for this issue to be actionable. Please reopen if you have any updates |
I think at least, a reasonable error should be produced if a table is using an unsupported feature, would you agree? |
Indeed |
Description
When testing out the project, specifically generating entities for a schema we use which has nearly 1,000 tables, the following results:
Steps to Reproduce
Difficult, but generating a lot of tables, which may have hundreds of columns can reproduce this error.
Expected Behavior
Same behavior (works) on small schemas with ~20 tables.
Actual Behavior
PoolTimedOut
Reproduces How Often
Every time.
Versions
OS: Ubuntu 18
Database: PostgreSQL 12.7
The text was updated successfully, but these errors were encountered: