Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2022 11:21 AM
No alter table operations are carried out. Just loading data from four parallelly running notebooks in to same delta lake table which is having ID as identity column is making the issue.
when loading the data in to temp table and putting in to target table having identity column doesn't make any issues.
But for some reason i need to load the data parallelly in to the table which is having identity column.