Copying feature class in arc catalog 10.7 (or python) results in a sql error.
ERROR 000210: Cannot create output C:\Users\xyz\AppData\Local\Temp\wutwygwb.zuu.sde\table
DBMS table not found [ERROR: relation "test.i7253" does not exist
LINE 1: INSERT INTO test.i7253 (id_type, base_id, num_ids, last_...
^::SQLSTATE=42P01] [db.test.table]
DBMS table not found
Failed to execute (FeatureClassToFeatureClass).
It looks like when it's trying to create this table, the accompanying "i" table is not being created before the insert happens.
When the same command is run through arcpro, it works smoothly as expected.
I realize that officially arcgis 10.7 does not support postgres 13 (https://desktop.arcgis.com/en/system-requirements/10.7/database-requirements-postgresql.htm), but was wondering if anyone had any insight into this.