This message was deleted.
# aws
s
This message was deleted.
s
Also https://www.pulumi.com/registry/packages/databricks/api-docs/getmwscredentials/ seems to list this If you have a fully automated setup with workspaces created by databricks_mws_workspaces, please make sure to add depends_on attribute in order to prevent default auth: cannot configure default credentials errors.
How can the: depends_on be set? Exploring: opts=pulumi.ResourceOptions(depends_on=[creds, storage_config]), does not solve the issue?
It looks like databricks cli must be installed and configured for this to work. Use: databricks configure with host https://accounts.cloud.databricks.com
h
@sparse-optician-70334 i am running into this issue now, i even created own Databricks provider by passing the account credentials still no luck, i can understand the default provider is picking up some authentication type by default. Can you share how you overcome this issue
NVM, figured it i changed the auth type to basic instead of its looking for my local databricks-cli config