jjaymez
Databricks Partner

Hi! thanks for answering to our question.

We tried that and it didn't work; but it gave us the idea to uninstall and install the last version azure-storage-blob, it worked after that.

For serverless clusters, the package: azure-storage-blob is coming with an old version (12.19 or similar), which seems that is not compatible with the last version of changefeed.

So, in case someone else is facing the same issue:

  • %pip install azure-storage-blob==12.25.1 (or any compatible future version)
  • %pip install azure-storage-blob-changefeed --pre
  • %restart_python
  • from azure.storage.blob.changefeed import ChangeFeedClient

View solution in original post