Replies: 2 comments
-
|
Hi @tintinp - thanks for reporting this issue. Since this may require active troubleshooting I have created a Github Issue #461 for tracking purpose. We will triage this issue and let you know the next steps in next couple of days. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Since there is a linked issue for the discussion, marking this as closed - please follow the issue #461 for updates. |
Beta Was this translation helpful? Give feedback.
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
Beta Was this translation helpful? Give feedback.
All reactions