-
Hi,
We are using GE over Trino, and one of the main tests we use is ["expect compound column to be unique"](https://greatexpectations.io/expectations/expect_compound_columns_to_be_unique?filterType=…
-
### Privileged issue
- [ ] I'm @tiangolo or he asked me directly to create an issue here.
### Issue Content
In fast API after execution of the code, the database connection is not closing using SQL…
-
**Description**:
We have over 70k entries in trainer_spells table. We should create new table called trainer_templates or smth where we store templates for trainers. Template contains specificed spe…
-
Hi
I am making use of the redshift connector with the write_dataframe function. I have two databases, one for testing and one for production. My test database is working fine but my production one …
-
### What happened?
installed ibis-framework[snowflake]
I can connect to the db with `ibis.snowflake.connect` and I can run `connection.list_tables()`. But if I try to use `connection.table(any_table…
-
Hello,
I am using sqlalchemy over a DB2 database but I am facing some weird bugs over the dialect. I was in touch with SQLA team, but the issue seems related to the dialect, that is not their support…
-
I tried to initdb a new database and got the following traceback:
`/home/sarah/Environments/trap/lib/python3.10/site-packages/tkp/db/quality.py:10: SAWarning: relationship 'Extractedsource.runningca…
-
```Python
from fastapi import FastAPI
app = FastAPI()
@app.get("/blogs/?fieldset=creator,name")
def read_root(listOfFields=fieldset):
'''
return response which should only contain two fiel…
-
### What happened?
Sorry for the long repro example, but I have no idea what part of this is significant.
```python
from __future__ import annotations
import pandas as pd
import ibis
ibis.op…
-
Suppose you have an existing SQL table called `person_age`, where `id` is the primary key:
```python
age
id
1 18
2 42
```
and you also have new data in a `DataFrame` called `extra_da…