Damon Snyder
Damon Snyder
> Hey @drsnyder `spark_df` type with python/pyspark. Can you try specifying the `type: spark` - please see https://docs.soda.io/soda/connect-spark.html#connect-to-spark-for-databricks-sql If I use `type: spark` the client is unable to connect to...
> If you are using with Python/Notebook then indeed you should use spark_df, the spark type is for connecting to Databricks via Databricks spark connector. @vijaykiran That doesn't work for...
Can we get this merged? Adding via `poetry add git+https://github.com/verloop/twirpy@main` (to get the async client) fails because of the missing `version.txt`.
Also confirmed that 9.4.1 does not reconnect after a rabbit restart but 8.2.1 does. In my testing, the application gets blocked on [this line](https://github.com/mosquito/aio-pika/blob/7e468aa229cb751430a31b5ba00d42f1e1373cd0/aio_pika/robust_connection.py#L124) waiting for the `__connection_close_event` to be...
Yes, I tried upgrading. Release [9.4.2](https://github.com/mosquito/aio-pika/releases/tag/9.4.2) also does not work.
@mosquito, thanks for getting back to me so fast. Sorry, 9.5.4 doesn't work either. It appears to be reconnecting but the consumer call backs are not receiving messages. Similar to...