aleksandra_ch
Databricks Employee
Databricks Employee

Hi @surajitDE ,

You can set the refresh policy to FULL:  

from pyspark import pipelines as dp

@dp.materialized_view(
    name="orders_destination_table_testing_16",
    refresh_policy = 'full'
)
def orders_final(): 
...
 
Best regards, 

View solution in original post