Unable to configure custom compute for DLT pipeline
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2025 10:01 PM
I am trying to configure cluster for a pipeline like above, However dlt keeps using the small cluster as usual, how to resolve this?
- Labels:
-
Delta Lake
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2025 04:38 AM
Hi @GANAPATI_HEGDE ,
Your YAML definition looks correct. I've used following definition and it worked as expected. Which version of databricks cli are you using? In my case with CLI v0.272.0 I didn't encounter any issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2025 08:41 PM
i updated my CLI and deployed the job, still i dont see the clusters updates in pipeline
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2025 01:13 PM
Hi @GANAPATI_HEGDE ,
Are you still having issues with this? If so, does your bundle have a targets section? Target overrides define the runtime cluster settings that the pipeline actually uses when deployed to that target and take precedence.
Is there possibly a compute policy constraining the DLT cluster settings? If a compute policy for DLT clusters is applied (cluster_type = dlt), its constraints (like worker type and min/max workers) take precedence over your YAML cluster settings.