We have a databricks access connector, and we have granted it access to file events. But how do we now use that access connector in cloudfiles/autoloader with file-notifications? If I provide the id in the "cloudFiles.clientId" option, I am asked to also provide a secret or a certificate, which we naturally don't have.
The only alternative I have found is to keep a seperate clientId which I grant access, and use that for the file notification stuff. Is that the way we are supposed to do it? Does this other clientId only need the Storage Queue Data Contributor permissions, or does it also need read access to the actuall files?