Replies: 2 comments
-
Yes please open an issue with as much details as you can |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had the same issue and solved it by creating a materialized view. only difference compared to tables is that you provide primary key and base tables in the schema.json as below
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
if i try to bring in a child table using a
through_table
at the second level, it doesn't workstructure -
root
child1
child2 through_table child1_child2
however i tried the exact same tables at first level and this works -
child1
child2 through_table child1_child2
when i look at the stack trace, it doesn't seem to want to go through the
_through()
path. instead it goes through_non_through()
path -pgsync/pgsync/querybuilder.py
Line 739 in e4acd7d
should i file a bug?
Beta Was this translation helpful? Give feedback.
All reactions