Robert Ambrus
06/19/2023, 2:06 PMpyflyte
. For some reason, when I add policy_id
to the cluster config, the Flyte job fails with an error like this:Kevin Su
06/19/2023, 11:16 PMtheis that ink correct? are you able to open it?link looks like this:Databricks Console
Robert Ambrus
06/20/2023, 11:32 AMnil
HTTP 200
{
"run_id": <valid_run_id>
}
HTTP 400
{
"error_code": "INVALID_PARAMETER_VALUE",
"message": "Cluster validation error: The instance profile arn (arn:aws:iam::<account_id>:instance-profile/<instance_profile>) has been removed from Databricks, Please contact your administrator."
}
run_id
from the response, that's why it returns an url with nil
run_id.Flyte
UI.kubectl
, but that's available only for admins as far as I know.