Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2026 12:24 PM - edited 04-13-2026 12:25 PM
Hi @prakharsachan ,
Continuous must be set inside the pipeline resource definition, not under configuration.
The configuration block in a SDP (former DLT) pipeline definition is for Spark/pipeline settings (key-value string pairs passed to the runtime), not for pipeline deployment properties. So if you have something like:
Databricks will just ignore it as an unrecognized Spark config. The fix is to promote continuous to a top-level property of the pipeline resource: