Commit 8c9872a
authored
fix: Flatten tables in getTables gRPC call (#80)
We need to flatten tables in the `getTables` call otherwise relations will not be migrated in `cloudquery migrate` (see cloudquery/plugin-sdk-python#41)1 parent dd2c1a5 commit 8c9872a
File tree
1 file changed
+1
-1
lines changed- lib/src/main/java/io/cloudquery/internal/servers/plugin/v3
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments