Error while copying Big Query to Data Lake in Azure Data Factory

Bharath R S 21 Reputation points
2020-08-31T11:25:15.013+00:00

Hi All,

We are facing an issue while copying data from Google Analytics to Data Lake using Big Query connector in ADF. The linked services works fine, the preview of data also works fine. When we run the pipeline we get an error. Also I am running just one query so the problem of

{ "errorCode": "2200", "message": "ErrorCode=UserErrorFailedToConnectOdbcSource,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=ERROR [HY000] [Microsoft][DriverOAuthSupport] (8701) Error interacting with REST API: Couldn't connect to server\r\nERROR [HY000] [Microsoft][DriverOAuthSupport] (8701) Error interacting with REST API: Couldn't connect to server,Source=Microsoft.DataTransfer.Runtime.GenericOdbcConnectors,''Type=System.Data.Odbc.OdbcException,Message=ERROR [HY000] [Microsoft][DriverOAuthSupport] (8701) Error interacting with REST API: Couldn't connect to server\r\nERROR [HY000] [Microsoft][DriverOAuthSupport] (8701) Error interacting with REST API: Couldn't connect to server,Source=,'", "failureType": "UserError", "target": "Copy data1", "details": []

}

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,656 questions
{count} votes

1 answer

Sort by: Most helpful
  1. 2020-09-08T06:28:57.053+00:00

    Hi This is resolved now, it was quiet silly actually. The data sink was in SH IR mode and was not able to reach the google query. It is resolved now.

    1 person found this answer helpful.