-
Reproducer:
```
$ echo 'CREATE TABLE _kv(k TEXT, v TEXT, PRIMARY KEY (k));' | sqlite3 tmpdb.sqlite3
$ echo '{"max_ts":123456}' > test.json
```
Using: ClickHouse local version 23.12.2.59 (offi…
-
## Environment
```
prisma : 3.9.1
@prisma/client : Not found
Current platform : debian-openssl-1.1.x
Query Engine (Node-API) : libquery-engine bcc2ff906db47790e…
-
### Bug description
Superset : 3.0.0
While running a query in SQL LAB with more that 20k values in IN clause, the query is not getting submitted in and is returning:
**"superset.databases.com…
-
## **error pops on local search while embedding, global search works fine.**
creating embedding llm client with {'api_key': 'REDACTED,len=32', 'type': "openai_embedding", 'model': 'nomic-embed-t…
-
### Version
1.15.0
### What happened?
It would be really useful to be able to rename the json tags.
In our case the database fields are named with camel case (ie: `createdAt`), and I want …
-
Remove everything relating to alerting:
~~~
% grep -lri alerting pkg ~/src…
miekg updated
5 years ago
-
##### Description
It seems java codegen doesn't support mastache as template engine.
##### Swagger-codegen version
3.0.13
##### Swagger declaration file content or url
##### Com…
-
>>> from vllm import LLM, SamplingParams
>>>
>>> prompts = [
... "Hello, my name is",
... "The president of the United States is",
... "The capital of France is",
... "The future…
-
### Version
1.15.0
### What happened?
I have a table called items_meta. When sqlc goes to make the struct the logic that attempts to make idiomatic go translates it to `type TableItemsMetum s…
-
As was mentioned in https://github.com/vega/altair/issues/3433.
Given the following duckdb sql query:
```python
import pandas as pd
import duckdb
data = {'date': ['2012-01-01', '2022-01-01', '2…