-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help…
-
I am accessing postgres data in kafka connect and i want to only access some part of data to send it to bigQuery. I want to know where your code takes data from kafka topic and gives the schema to sin…
-
### Describe the bug
This was reported by @findepi on https://github.com/apache/datafusion/pull/12864 in https://github.com/apache/datafusion/pull/12864#issuecomment-2437123342. I am pulling it int…
-
## Bug description
I accidentally ran `db push` and `migrate dev` on a PgBouncer pooled connection string (both with and without `pgbouncer=true` param) and got the following error:
```
codespa…
-
**Version**: 0.3.3
**Expected behavior**: Can set up a postgres db for use in postgres-loader
**Actual behavior**: Having trouble setting up postgres
**Steps to reproduce**:
I have a [rep…
-
### Feature Description
Why can't TypeORM automatically migrate schema when data models (entities) changed?
I am moving from [GORM](https://gorm.io/docs/migration.html), which has really nice feat…
-
### Expected Behavior
When changing nullability of columns, `schema:sync` should generate (on Postgres)
```sql
ALTER TABLE "deployments" ALTER COLUMN "status" SET NOT NULL
```
and
```sq…
-
Hello everyone,
I have the same problem as other people here, when I use pgfutter_windows_amd64.exe it doesn't work and I don't get an error message, i go to a new line on the prompt. I used a simp…
-
```
velo-external-db:
image: velo-external-db
restart: always
networks:
- my_network
environment:
PORT: 8082
CLOUD_VENDOR: azure
TYPE: postgres
…
reyou updated
4 months ago
-
I have a pandas dataframe of 8 million rows. I found a fast method on stackoverflow to write this data to Postgres: takes less than 2 minutes.
Today I found odo and was hoping it would be faster, bu…