Error Including retryableErrors in Active Directory Source

As shown in the image, I am trying to include retryableErrors in the Active Directory source, but I am encountering this error. Can anyone help me figure out how to include it?

Note: Looking here in VSCode, the path connectorAttributes exists, but retryableErrors does not.

Hi @clebercarvalhoRaise ,
Could you please check content-type
image

Hi @clebercarvalhoRaise,

You can add retryable errors under connector Attributes section directly in VS code.
In your source, after healthCheckTimeout section you can add the below section and save the configuration. In below example,“connection timeout” is the error string that i am using. You can change it as per your requirement.

"retryableErrors": [
            "connection timeout"
        ],

Thanks

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.