You can disable full sql pushdown by adding a dummy condition gen_row_num() > 0 to one of the query transforms. Make sure to select bulk load for your target table to keep a decent performance level.
↧
You can disable full sql pushdown by adding a dummy condition gen_row_num() > 0 to one of the query transforms. Make sure to select bulk load for your target table to keep a decent performance level.