In DbToDbOperator
, using destination_truncate
should only truncate after a successful load
#196
Labels
bug
Something isn't working
When using the
destination_truncate=True
argument ofDbToDbOperator
, the operator first erases all data from the table, then tries to load. If the load is unsuccessful, data is lost. Data should be first loaded on a temporary table. Only after success should the old data be truncated.The text was updated successfully, but these errors were encountered: