We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a332f8 commit b4bacdaCopy full SHA for b4bacda
src/cratedb_fivetran_destination/engine.py
@@ -180,8 +180,6 @@ def to_sql(self) -> SqlBag:
180
sqlbag.add(f'ALTER TABLE {table_real} SET ("blocks.write"=false);')
181
sqlbag.add(f"ALTER CLUSTER SWAP TABLE {table_temp} TO {table_real} WITH(drop_source=true)")
182
183
- # Drop the temporary table.
184
- sqlbag.add(f"DROP TABLE {table_temp}")
185
186
return sqlbag
187
0 commit comments