import pymssql fails on DLT Serverless
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2025 07:39 PM
I have a delta live table pipeline which works fine on normal DLT job cluster.
But as soon as we switch it to use serverless compute it fails.
The failure happens at "import pymssql" after doing pip install pymssql as first statement of the source code notebook of the DLT Pipeline.
The error message is not helpful at all, but i tried to narrow it down to this statement after number of executions.
Is it a bug in DLT Serverless runtime? the same code works on serverless spark cluster as well