Commit 46790bf
authored
Don't sync motherduck views without supported columns (#990)
There was a bug where if a motherduck view only contained tables that
were not supported by pg_duckdb, then we would generate an invalid
postgres query to create the view.
This simply skips creating such views.1 parent 6f0270e commit 46790bf
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
628 | 634 | | |
629 | 635 | | |
630 | 636 | | |
| |||
0 commit comments