SyedSaqib
New Contributor II

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.