Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2021 08:24 PM
The error happens again. I have removed the shallow clone in each notebook run.
My reasoning is there is an overhead of using shallow clone, and there is no need to
recreate the temp table structure each time as the table schema does not change much.
I have out shallow clone in a separate schema management task.
truncate table is the only line remains and the issue should not occur again.