Replies: 2 comments
|
Since there is a linked issue for the discussion, marking this as closed - please follow the issue #461 for updates. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I am experiencing a RuntimeError: 0x2746 when attempting to connect to a Microsoft Fabric Lakehouse SQL Endpoint. Crucially, this error persists even when using the provided Dev Container environment, which should have all dependencies pre-configured.
Environment
Diagnostic Evidence
I ran an openssl test from the Dev Container terminal to ensure the container can reach the outside world and complete a TLS handshake:
returns
Note: The handshake succeeds even if Fabric capacity is paused, proving the network path is open.
Despite the successful TLS handshake, the Python library fails during the connection phase:
throws
and
returns
All reactions