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
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 ofCreate temp table
see also: https://www.postgresql.org/docs/current/sql-createtable.html