I am attempting to migrate from SQL Server over to an Aurora PostgreSQL-Compatible RDS. During table registration, the geometry field appears to be omitted from the dataset. I cannot see it in data design tab, but it's present inside PGAdmin. I've also validated the geometry itself and viewed it in DBeaver.
My geometry field is created using ST_GeomFromText in this test dataset, but in our pipeline I write EWKB directly to the geometry field. Neither version shows up in arcgis - and the Register with Geodatabase tool's automated field detection is not finding any geometry field.
We have postgis installed along with postgis_topology and postgis_raster. The database is enabled and the data owner is able to invoke the postgis functions from within PG Admin.
Has anyone else run into this issue that might have some insight as to what is going on here? Interestingly enough, during proof of concept, I spun up a small RDS and tested this exact process and it works just fine. The larger database has more complexity with the roles, which may be the problem.