Open goyalrajat opened 1 year ago
Hi, I wanted to implement custom connector using the Java SDK. When I was going through the code, I found that few files are missing.
import com.amazonaws.appflow.custom.connector.model.connectorconfiguration.ImmutableDescribeConnectorConfigurationResponse; import com.amazonaws.appflow.custom.connector.model.credentials.ImmutableValidateCredentialsResponse; import com.amazonaws.appflow.custom.connector.model.settings.ImmutableValidateConnectorRuntimeSettingsResponse; import com.amazonaws.appflow.custom.connector.model.ImmutableErrorDetails;
And when I am trying to build the project I am getting lot of exceptions like error: Line contains carriage return
Hi, I wanted to implement custom connector using the Java SDK. When I was going through the code, I found that few files are missing.
import com.amazonaws.appflow.custom.connector.model.connectorconfiguration.ImmutableDescribeConnectorConfigurationResponse; import com.amazonaws.appflow.custom.connector.model.credentials.ImmutableValidateCredentialsResponse; import com.amazonaws.appflow.custom.connector.model.settings.ImmutableValidateConnectorRuntimeSettingsResponse; import com.amazonaws.appflow.custom.connector.model.ImmutableErrorDetails;
And when I am trying to build the project I am getting lot of exceptions like error: Line contains carriage return