- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2025 07:45 AM
Hi @DeepankarB, To enforce compute policies for DLT pipelines, make sure your policy JSON includes policy_family_id: dlt and set apply_policy_default_values: true in the pipeline cluster settings. This helps apply the instance restrictions correctly in the UI.
And if you want to provide pre-approved compute setups for developers creating DLT pipelines in Databricks, you can create standard JSON templates with the required policy ID and settings, and save them in a shared folder like /Shared/dlt_configs/ or use the REST API to distribute them. Developers can reuse these when creating new pipelines.
For reference: Configure compute for a DLT pipeline and Cannot select a compute policy for a DLT Pipeline