Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2026 03:50 AM
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,