Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2024 11:35 AM
Hi Kaniz,
Thanks for replying back.
I am using python for delta live table creation, so how can I set these configurations?
- When creating the table, add the IF NOT EXISTS clause to tolerate pre-existing objects.
- consider using the OR REFRESH clause
Answering to your question:
- Is the table being created outside of your pipeline (e.g., by another process)? --> No
- Are there multiple instances of the pipeline running concurrently? --> No
- Is the table being cached or retained unintentionally? --> No
In the description, the configuration you see are the only configurations.