Describe the issue: The map_partitions method of the dd.DataFrame collection no longer accepts the token keyword in the dask-expr version. It's certainly not a critical keyword (and with dask-expr you could also create a custom expr subc...
dask_expr/_collection.py:624, in FrameBase.__getattr__(self, key) 621 try: 622 # Fall back to `expr` API 623 # (Making sure to convert to/from Expr) --> 624 val = getattr(self.expr, key) 625 if callable(val): File ~/miniforge3/envs/main/lib/python3.11/site-packages/dask_...
in <module> table = cx.read_sql(postgres_url, query, return_type="arrow") File "/home/ec2-user/connector-x/connectorx-python/connectorx/__init__.py", line 151, in read_sql result = _read_sql( pyo3_runtime.PanicException: not implemented ...