Databricks Asset Bundle "Credential was not sent or was of an unsupported type"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2024 06:04 AM
I am working on setting up an asset bundle and it is failing when I try to validate the bundle. I am getting an error saying "Credential was not sent or was of an unsupported type for this API."
I have a profile created and am using an access token to authenticate.
Any help with figuring this out is appreciated.
- Labels:
-
Workflows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 07:51 AM
I am having a similar issue, when trying to deploy my asset bundle.
I ran the following:
databricks auth login --host <hostname>
I then was authenticated just fine, without issue. I then pointed to the relevant directory containing the asset bundle and ran
databricks bundle deploy -t dev
And got this error:
Error: Credential was not sent or was of an unsupported type for this API.

