-
Notifications
You must be signed in to change notification settings - Fork 49
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
dm_filter on remote PostgreSQL db errors #2228
Comments
Thanks. Can you please share the output of |
Sure! The output was too long to post as a comment, so I've attached it as txt. |
Thanks, this is helpful, but constructive's own logic intervened here. Can you please share |
On one hand it seems like constructive fails at constructing the correct fks because we have calls such as I think the best reprex here would be the output of :
FYI Here's a simplification of the original code that fits here:
|
If I call |
I don't think unclassing will help, but |
The problems with constructive aside: What I'm interested in is why dm thinks that the foreign keys have no corresponding detail tables (the |
We have a PostgreSQL db and I would like to create local DuckDB copy of a subset of the rows on it.
My plan was to
dm_from_con
dm_filter
copy_dm_to
I currently get this error when attempting to filter:
Created on 2024-09-06 with reprex v2.1.1
Session info
I'm a bit confused about the error - why is {iGraph} called here?
The text was updated successfully, but these errors were encountered: