superduper icon indicating copy to clipboard operation
superduper copied to clipboard

Misleading text

Open fnikolai opened this issue 1 year ago • 2 comments
trafficstars

The following text appears when unable to connect to ray. Instead the proper message should say that we are unable to connect.

| /home/superduper/.local/lib/python3.10/site-packages/snowflake/sqlalchemy/base.py:1068: SAWarning: The GenericFunction 'flatten' is already registered and is going to be overridden.            |
|   functions.register_function("flatten", flatten)                                                                                                                                                |
| INFO:     Application startup complete.                                                                                                                                                          |
| INFO:     Uvicorn running on http://0.0.0.0:8001 (Press CTRL+C to quit)                                                                                                                          |
| 2024-Jul-30 11:31:46.86| ERROR    | statefulset-0| superduper_services.cdc.cdc:301  | In DatabaseListenerThreadScheduler LocalComputeBackend.broadcast() got an unexpected keyword argument 'to' |
| Traceback (most recent call last):                                                                                                                                                               |
|   File "/home/superduper/superduper_services/superduper_services/cdc/cdc.py", line 299, in run                                                                                                   |
|     self.listener.next_cdc(cdc_stream)                                                                                                                                                           |
|   File "/home/superduper/superduper_services/superduper_services/cdc/ibis/listener.py", line 221, in next_cdc                                                                                    |
|     self.event_handler(ids, event=cdc.DBEvent.insert)                                                                                                                                            |
|   File "/home/superduper/superduper_services/superduper_services/cdc/cdc.py", line 260, in event_handler                                                                                         |
|     self.on_create(ids, self.db, self._on_component)                                                                                                                                             |
|   File "/home/superduper/superduper_services/superduper_services/cdc/ibis/listener.py", line 194, in on_create                                                                                   |
|     self.create_event(                                                                                                                                                                           |
|   File "/home/superduper/superduper_services/superduper_services/cdc/cdc.py", line 236, in create_event                                                                                          |
|     db.compute.broadcast(events, to=deps)                                                                                                                                                        |
| TypeError: LocalComputeBackend.broadcast() got an unexpected keyword argument 'to'  

fnikolai avatar Jul 30 '24 11:07 fnikolai