Hi @Selz ,
I currently have the same error when running autoloader on file notification mode. I have done the following steps:
1. setup instance profile with file notification permissions
2. added the instance profile on databricks workspace , settings->security-> instance profiles
3. configured the job compute policy to add the config
"aws_attributes.instance_profile_arn": {
"type": "allowlist",
"values": [
"arn:aws:iam::<account_id>:instance-profile/<my instance profile role>"
],
"isOptional": true
},
however I'm still getting the same error. wondering if I'm I did something wrong or missed a step. I appreciate your guidance on this.