Daniel Däschle
Daniel Däschle
``` SADeprecationWarning: The dbapi() classmethod on dialect classes has been renamed to import_dbapi(). Implement an import_dbapi() classmethod directly on class to remove this warning; the old .dbapi() classmethod may be...
``` SAWarning: Dialect sqlite:pyrqlite will not make use of SQL compilation caching as it does not set the 'supports_statement_cache' attribute to ``True``. This can have significant performance implications including some...
### Describe the bug  `jwt.` (is the module name) is prepended from vfmt. v-analyzer makes it as an error. The module is not part of the .vmodules dir but...
### Describe your feature request There is lowercase and field but not lowercase_field. ### Code of Conduct - [X] I have read and agree to the Weaviate's [Contributor Guide](https://weaviate.io/developers/contributor-guide) and...
The print statement results in unwanted console output. It's not controllable. Since in the client there is no logger, no printing is better than `print(e)`. In projects using this client...
### Which component is this bug for? Weaviate Instrumentation ### 📜 Description ``` File "...\model\api\api.py", line 54, in create_app WeaviateInstrumentor().instrument() File "...\venv\Lib\site-packages\opentelemetry\instrumentation\instrumentor.py", line 116, in instrument result = self._instrument( #...
Fixes #288 @gioboa I hope this fix is good. I have no clue how it's supposed to work. I also did not test this change yet, but I think it...
### Describe the bug We try to override a shared package partially (sub path). In our case it is ``` shared: { react: { singleton: true, }, 'react-dom': { singleton:...