News

When merge inserting data (in this case a pyarrow table), the upload fails if a column name is 'action', probably due to a naming conflict in the upload logic. Obviously not a show-stopping bug but ...
Put there: POSTGRES_USER=postgres POSTGRES_PASSWORD=secret POSTGRES_DB=mydb DATABASE_URL=postgresql://postgres:secret@db:5432/mydb ...