Skip to content
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

Tables (Views) do not dump in dependency order #2

Open
abraithwaite opened this issue Apr 30, 2024 · 0 comments
Open

Tables (Views) do not dump in dependency order #2

abraithwaite opened this issue Apr 30, 2024 · 0 comments

Comments

@abraithwaite
Copy link
Contributor

Views depend on tables. Views are not necessarily dumped in dependency order, meaning that recreating them will not necessarily function as intended, instead throwing an error that the table it depends upon doesn't exist.

Workaround: manually re-arrange the tables such that the views are created after the tables depend on them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant