Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2025 10:30 PM
Hi @kuldeep-in,
Could you please provide the exact location how to disable DPM enabled option as i was not able to locate it in pipeline settings or Databricks settings.
Thank you
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2025 10:47 PM
if you add these settings in the pipeline JSON, the issue should get fixed:
"pipelines.setMigrationHints" = "true"
"pipelines.enableDPMForExistingPipeline" = "true"
I tried it on my side, and now it no longer throws the materialization error.
Surajit Metya