Hello,
I'm creating a DLT pipeline with Databricks on AWS. After creating an external location for my bucket, I encountered the following error:
DataPlaneException: [DLT ERROR CODE: CLUSTER_LAUNCH_FAILURE.CLIENT_ERROR] Failed to launch pipeline cluster aaaaa-bbbbb-cccc with termination code AWS_AUTHORIZATION_FAILURE and termination type CLIENT_ERROR: Could not launch cluster due to cloud provider authorization failure. databricks_error_message: Failure happened when talking to AWS, AWS API error code: AccessDenied AWS error message: User: arn:a...
This is the full error that the DLT pipeline shows, even in JSON format, so I'm unsure which AWS ARN it's referring to.
Steps to reproduce the error:
- I created an External Location.
- I attached an empty Notebook script to my Delta Live Tables pipeline (I just want to validate it so far).
When I press "Validate," it throws that error at the "waiting for resources" step in the DLT graph.
My guess is that I'm missing some additional cluster authorization in AWS (IAM) for DLT that I couldn't find in the Databricks documentation.
Thanks!