I am running tap-zuora and got this error:
CRITICAL Objects included in the queries do not support the querying of deleted records. Remove Deleted section in the JSON request and retry the request
I see tap-zuora has added a ‘deleted’ column to all supported objects in its catalog.json. Setting "selected": false in metadata did not help.
It seems, it may be required to add ‘Tenant’ under the list of objects at
|
DOES_NOT_SUPPORT_DELETED = [ |
.
I am running tap-zuora and got this error:
I see tap-zuora has added a ‘deleted’ column to all supported objects in its catalog.json. Setting
"selected": falsein metadata did not help.It seems, it may be required to add ‘Tenant’ under the list of objects at
tap-zuora/tap_zuora/apis.py
Line 66 in b5a2754