Denis Kosyakov
Denis Kosyakov
> > In my case, the `docker-compose disable-v2` did not work (it said command not found or something like that), so what I did was this: > > > >...
Same: ``` Traceback (most recent call last): File "/home/bral/PycharmProjects/elasticsearch_dbapi/main.py", line 13, in uvicorn.run( File "/home/bral/PycharmProjects/elasticsearch_dbapi/venv/lib/python3.9/site-packages/uvicorn/main.py", line 575, in run server.run() File "/home/bral/PycharmProjects/elasticsearch_dbapi/venv/lib/python3.9/site-packages/uvicorn/server.py", line 60, in run return asyncio.run(self.serve(sockets=sockets)) File "/usr/lib/python3.9/asyncio/runners.py",...
> Are you using async? if so, have you tried this? [link](https://github.com/trallnag/prometheus-fastapi-instrumentator/issues/80) Yes, this solve my issue. Thanks!
> Thanks for the feedback. For the ui, is there any functionality missing or is the only issue the missing icons? this only applies to icons. buttons functionality is not...
Same. ``` python: 3.10 aiohttp: 3.8.3 aiochclient: 2.2.0 ```
I faced the same problem. Nested structures are not defined correctly.
> There is no support for `INET` data type. > > Sink Connector supports the following data types: > > * `ASCII` > * `BIGINT` > * `BLOB` > *...
Hello! Are there any work in progress on this issue? I found a ready-made implementation, it may be useful to you - [link](https://gist.github.com/ArnaudWald/583b3f6facd167328b15f4e610e84ba6)
> > > There is no support for `INET` data type. > > > Sink Connector supports the following data types: > > > > > > * `ASCII` >...