Azure / Azure/azure-sdk-for-python

Databricks UC: No module named 'azure.eventhub.extensions.checkpointstoreblobaio'

Aperta
#41,769 0 commenti 0 reazioni 1 assegnatario Rivendicata da @kashifkhan Vedi su GitHub
Client customer-reported Event Hubs needs-team-attention question
Lingua principale
Python
Stelle
5.6k
Fork
3.4k
Merge medio
2g
PR unite (30g)
217

Descrizione

- **Package Name**: 'azure.eventhub' AND 'azure.eventhub.extensions.checkpointstoreblobaio
- **Package Version**: azure.eventhub: 5.14.0 AND 'azure.eventhub.extensions.checkpointstoreblobaio: 1.2.0
- **Operating System**: Databricks Runtime LTS 16.4 AND 15.4 Tested Both Unity Catalog Enabled
- **Python Version**: 3.12.3 (DBR 16.4) AND 3.11.11 (DBR 15.4)

**Describe the bug**
Import like:
```python
from azure.eventhub.extensions.checkpointstoreblobaio import (
BlobCheckpointStore,
)
```
Throws: No module named 'azure.eventhub.extensions.checkpointstoreblobaio'

***To Reproduce***
Steps to reproduce the behavior:
1. install packages on databricks
2. try importing
3. witness error

**Expected behavior**
BlobCheckpointStore should be properly imported

**Additional context**
Everything works if I install older versions.
azure-eventhub: 5.12.1
checkpointstoreblobaio: 1.1.4
Packages work properly. There was older issue. https://github.com/Azure/azure-sdk-for-python/issues/38013
it seems to be not working again

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.