Forum Discussion
Fabric notebook Py4JJavaError - underlying location does not exist
- 1 month ago
Hi bekkac579 ,
The failure happens only when run via pipeline states that its a SQL Analytics endpoint metadata sync issue. You can add a refresh Sql endpoint activity before calling this code in your pipeline and try once, else you can refresh the query within the code itself. Write a sample warm-up query to activate your SQL endpoint before hitting the actual table and querying it.
Refer link here to understand on this issue - SQL Analytics Endpoint Metadata Sync - Microsoft Fabric | Microsoft Learn
Let me know if the above solution works.
Thanks
Ati Puri
Hi bekkac579 ,
The failure happens only when run via pipeline states that its a SQL Analytics endpoint metadata sync issue. You can add a refresh Sql endpoint activity before calling this code in your pipeline and try once, else you can refresh the query within the code itself. Write a sample warm-up query to activate your SQL endpoint before hitting the actual table and querying it.
Refer link here to understand on this issue - SQL Analytics Endpoint Metadata Sync - Microsoft Fabric | Microsoft Learn
Let me know if the above solution works.
Thanks
Ati Puri
- bekkac5791 month agoFrequent Visitor
We added a notebook to refresh sql metadata into the pipeline, seems to be working now, thank you !