Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2023 03:40 AM
Hi ,
It seems like there is already a managed table with same name.
If you want to anyhow write you need to remove first exist table with same name or if your schema is same you can append data to table.
To remove existing table you can use dbutils.fs.rm('path',True)