I have noticed that my orchestrated pipelines (in ADF) sometimes fail due to this error:
ErrorCode=FailedToReadFromAzureDatabricksDeltaLake,Failed to read from azure databricks delta lake.
Error message : Failed to send request to Azure Databricks Cluster.
Operation: GetContextStatus.
Error: UnexpectedHttpException: Got invalid response: 404..
This occurs sometimes, not commonly.
Looking to get some more information on how to resolve / prevent this from occurring.
I suspect it might be overload on the cluster and that increasing the specs might solve it. However, the error message is quite vague. To give some context, multiple pipelines use the same cluster for ingestion and ETL. Maybe its better to segregate the pipelines on multiple clusters to prevent overload / concurrency?