I already have mounted the Events Stream from S3 bucket into Databricks using this command: dbutils.fs.mount(f"s3a://{access_key}:{encoded_secret_key}@{aws_bucket_name}", f"/mnt/{mount_name}") where "aws_bucket_name" is something like: dataaccess-us-east-1.tealiumiq.com/{myaccount}/main/events/all_events/ and works. I can see all the files. Now I am trying to mount Audience and I tried different versions: {myaccount}/main/audiences/ {myaccount}/main/visitors/ {myaccount}/main/visits/ Nothing works. If I try to mount the /main/ only I get access denied. java.nio.file.AccessDeniedException: s3a://dataaccess-us-east-1.tealiumiq.com/{my_account}/main Any help here? Thanks! vald
... View more