Good afternoon! Earlier in manticore python library there was async_req parameter for sql query to make queries asynchronous, but now in new library version 7.0.0 this parameter is not present. Is there no more asynchrony in the library, or has it been replaced? Maybe just using async/await will work
Hello! Yes, as of now, the python client doesn’t support asynchronous requests. It has to do with the recent changes in OpenAPIGenerator, the tool we use to auto generate our clients. We created an issue based on this topic.