postgres_to_redshift icon indicating copy to clipboard operation
postgres_to_redshift copied to clipboard

ERROR: cannot drop table TABLE_NAME_updating because other objects depend on it

Open murtyk opened this issue 7 years ago • 0 comments

Version 0.1.2

We have been using PostgresToRedshift.update_tables method to copy tables from PG to Redshift every day since August 2017 and never had a problem. Suddenly we got this error:

ERROR: cannot drop table TABLE_NAME_updating because other objects depend on it HINT: Use DROP ... CASCADE to drop the dependent objects too.

We are bit lost since no code changes mode for a long time and can't figure out what is causing this error.

Has any one encountered this?

murtyk avatar Feb 15 '18 14:02 murtyk