excludePublic property appears to throw exception
Request sent with proper authorization
data_body = { "schema": "PRIMARY", "contentType": "text/plain", "contentCompression": "GZIP", "excludePublic": False, "targetSystem": { "appendName": True, "externalSystem": "externalsystemname", }, "tables": { "items": [ { "tableName": table_name, } ] }, }
Error when attempting to use excludePublic, I checked
My boolean is not sent as a string.
otmgtm url response status -- 202
Error seen in External System Log Files:
2025-01-22 16:59:14.593 67451 Debug DataReplicationDetails Executing query for total count [dataReplicationItem - 3]
2025-01-22 16:59:14.595 67451 Error Exception [933541] [SQL_STATEMENT] select count(*) from ITEM t1 where
java.sql.SQLSyntaxErrorException: ORA-00936: missing expression
However, previous to attempting to use excludePublic = false we were receiving data back without specific select clause provided.