Error while copying table to external database status 500

Hello, I am in the process of copying my tables from google to a postgresql database. Using the cloning feature, I managed to clone all my tables except one, which keeps producing the error below:

I have tried:

  1. Removing all reference columns and setting them to text. The same error occurs.
  2. Retaining only one row in the table, which also triggers the same error, meaning it should not be an issue of blank rows/lack of storage capacity.

The only similar issue I found on these forums involved duplicate keys ( Error while copying table to database ) which I have already checked for.

Any ideas on what could be causing this?

Any columns that have long amounts of text in them?

2 Likes

Hi, just wanted to update for future reference that the issue had to do with a column name containing a full stop. Thank you.

4 Likes