Shua42
Databricks Employee
Databricks Employee

Hi @Luca_dall ,

It looks like this is trying to create the delta_sink_flow table each time the pipeline is run, where the creation of it should be managed by DLT. You can try removing the create_sink call and just run the append_flow to handle the table creation and write behavior.