Added a python package azure-storage-blob-changefeed (https://pypi.org/project/azure-storage-blob-changefeed/).
But trying to access it from the notebook like this:
from azure.storage.blob.changefeed import ChangeFeedClient
raises ModuleNotFoundError.
Tried both serverless and classic clusters, but result is the same.
Tried re-attaching cluster, dbutils.library.restartPython().
When I run "%pip list", package is indeed being listed. All the other packages that are added can be imported without any problems.
Locally everything works as expected.
Any idea what is going on here?