While running SQL query in Azure Databricks workspace i.e. on SQL warehouse as well as on UC enabled shared cluster facing an SSL handshake error

Ashwini Gaikwad 110 Reputation points
2024-06-28T10:06:18.7566667+00:00

Hello Team,

We have UC enabled Azure databricks workspace, also the Public access and delta sharing is disabled on our workspace. So while running the below SQL query on SQL Warehouse as well as on UC enabled shared cluster, I am receiving an error.

Please find the query ran on notebook and the error below for your reference

%sql

select workspace_id, entity_id from system.access.table_lineage where entity_type in ('NOTEBOOK') and source_table_catalog != 'system' and source_table_catalog in ('main','test_d') and target_table_catalog in ('main','test_d')

FileReadException: Error while reading file delta-sharing:/91a41d8e4d35b3bdebb6ecdcca04089f166a2fd59888ba6fc39d0fe8563a4a49.uc-deltasharing%253A%252F%252Fsystem.access.table_lineage%2523system.access.table_lineage_20240628_090343_466a14b8/xxxxxxxxxxxxxxxxxxxxxxxxxxxxx/3391xxxxx. Caused by: SSLHandshakeException: Remote host terminated the handshake Caused by: EOFException: SSL peer shut down incorrectly

Request you to please let me know how to resolve this issue.

Regards,

Ashwini Gaikwad

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,040 questions
Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
1,020 questions
{count} votes