gluent / goe

GOE: a simple and flexible way to copy data from an Oracle Database to Google BigQuery.
Apache License 2.0
8 stars 2 forks source link

Backend partition controls do not support "do not partition" #158

Open nj1973 opened 5 months ago

nj1973 commented 5 months ago

If an RDBMS table is partitioned there is no way to request the backend table is not partitioned.

We can only offer alternative partition columns. If we pass --offload-partition-columns empty then it defaults to the RDBMS side partition column(s).

This is probably low priority but something we should be able to easily support.