keboola / db-writer-pgsql

Postgre SQL Database Writer
MIT License
0 stars 1 forks source link

Keboola lacks the option to utilise PostgreSQL database create temp table feature #55

Closed lotharschulz closed 4 months ago

lotharschulz commented 4 months ago

As described in https://keboola.atlassian.net/servicedesk/customer/portal/9/SUPPORT-6524 the keboola user by @BuildingMindsGmbH definition only has read access in psql databases. During a specific keboola process described in the ticket, it is necessary to create a temporary table, but Keboola attempts to create a database table in PostgreSQL using Create table command instead of Create temp table

see also: https://www.postgresql.org/docs/current/sql-createtable.html

lotharschulz commented 4 months ago

56 is merged, so closing this