I have a Databricks cluster configured with an instance profile to assume role when accessing an AWS S3 bucket.
Accessing the bucket from the notebook using the cluster works properly (the instance profile can assume role to access the bucket).
However, when accessing the same bucket via Databricks Connect with the same cluster doesn't work. It throws 'InvalidMountException' with message '403 Forbidden'.