Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2025 09:16 PM
Advika is correct, atabricks Container Services needs to be explicitly enabled for your workspace.
A workspace admin can enable it using the Databricks CLI with the following command:
databricks workspace-conf set-status \ --json '{"enableDcs": "true"}'
Refer - https://docs.databricks.com/aws/en/compute/custom-containers#enable