cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

ETL Pipeline work fine, but when executed via Workflow it fails due to StorageAccessError

xx123
New Contributor II

I have a fairly simple ETL Pipeline that uses dlt. It streams data from ADLS2 SA and creates materialized view using two tables. It works fine when i execute it on its own. Materialized view is properly refreshed.

Now I wanted to add this as a task to Workflow and I did so, but when i execute the workflow, it fails with the error:

Run result unavailable: run failed with error message 
The Azure container does not exist

Any ideas how to troubleshoot/solve it?

xx123_0-1741285604974.png

xx123_1-1741285627523.png

 

Thanks!

1 REPLY 1

Nivethan_Venkat
Contributor

Hi @xx123,

Could you please provide more details on the cluster configuration?. I am guessing the cluster policy you might be using for deploying the job in workflow / and when you are testing might be different. Please try to use same cluster policy when deploying the pipeline via workflow. Hopefully, this might resolve the issue, please let us know if this resolves after your testing.


Best Regards,
Nivethan V