Hi summeronline,
This error may occur because PolyBase is installed but not configured on the instance.
Please make sure PolyBase is installed and enabled.
EXEC sp_configure 'polybase enabled', 1
RECONFIGURE
Please refer to this article for more details.
Best Regards,
Amelia
=======================================
Please remember to click " Accept Answer" and upvote the responses that resolved your issue. This can be beneficial to other community members reading this thread.