Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2023 11:29 PM
@Geir Iversen :
The error message you received indicates that the user account being used by GitLab CI does not have the necessary permissions to create jobs in the Databricks workspace. By default, only users with the "Workspace Admin" role can create jobs in a Databricks workspace.
To create jobs with a non-admin user, you can grant the necessary permissions to the service principal account that GitLab CI is using. You can grant the "Can Manage" permission on the Jobs resource to the service principal account.