dennyglee
Databricks Employee
Databricks Employee

The `fireCallsDelta` table already exists, and it appears it was created as a PARQUET table. A couple of options:

  1. DELETE the original Parquet table as a separate statement (i.e., in a separate cell so it can complete itself before any other jobs executing)
  2. Rename the table to something else if perhaps others are running the same demo.

View solution in original post