You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@gobblin.apache.org by ap...@gmail.com on 2019/04/18 23:45:43 UTC

Apache Gobblin Gitter messages at 2019/04/18 16:45:42

####  ![](https://avatars1.githubusercontent.com/u/1339772?v=4&s=60) Tamas
Nemeth (treff7es)

**[2019-04-18T18:24:17.236Z]** @satishsg Please, can you add `compile
project(':gobblin-salesforce?)` to gobblin-distribution/gobblin-flavor-
full.gradle ?

* * *

####  ![](https://avatars1.githubusercontent.com/u/1339772?v=4&s=60) Tamas
Nemeth (treff7es)

**[2019-04-18T18:24:45.731Z]** @satishsg That would add salesforce to the
build.

* * *

####  ![](https://avatars0.githubusercontent.com/u/31285929?v=4&s=60) satishsg
(satishsg)

**[2019-04-18T18:25:00.131Z]** great, thanks  @treff7es

* * *

####  ![](https://avatars0.githubusercontent.com/u/31285929?v=4&s=60) satishsg
(satishsg)

**[2019-04-18T18:58:51.060Z]** @treff7es that worked. the job ran, i could see
it fetched metadata from the logs but it failed with this error.  
305 - QUERY: SELECT SystemModstamp FROM Account where (SystemModstamp >=
2019-04-17T18:36:05.000Z) and (SystemModstamp <= 2019-04-18T18:36:05.000Z) and
( SystemModstamp != null) ORDER BY SystemModstamp desc LIMIT 1  
2019-04-18 11:36:07 PDT INFO [JobScheduler-3]
org.apache.gobblin.source.extractor.extract.restapi.RestApiConnector
[Core_Account_1555612565428_0] 154 - URL:
<https://cs17.salesforce.com/services/data/v27.0/queryAll/?q=SELECT+SystemModstamp+FROM+Account+where+%28SystemModstamp+%3E%3D+2019-04-17T18%3A36%3A05.000Z%29+and+%28SystemModstamp+%3C%3D+2019-04-18T18%3A36%3A05.000Z%29+and+%28+SystemModstamp+%21%3D+null%29+ORDER+BY+SystemModstamp+desc+LIMIT+1>  
2019-04-18 11:36:07 PDT INFO [JobScheduler-3]
org.apache.gobblin.source.extractor.extract.restapi.RestApiConnector
[Core_Account_1555612565428_0] 170 - Unable to get response using:
<https://cs17.salesforce.com/services/data/v27.0/queryAll/?q=SELECT+SystemModstamp+FROM+Account+where+%28SystemModstamp+%3E%3D+2019-04-17T18%3A36%3A05.000Z%29+and+%28SystemModstamp+%3C%3D+2019-04-18T18%3A36%3A05.000Z%29+and+%28+SystemModstamp+%21%3D+null%29+ORDER+BY+SystemModstamp+desc+LIMIT+1>  
2019-04-18 11:36:07 PDT ERROR [JobScheduler-3]
org.apache.gobblin.salesforce.SalesforceSource [Core_Account_1555612565428_0]
128 - Failed to prepare extractor  
org.apache.gobblin.source.extractor.exception.ExtractPrepareException: Failed
to get high watermark; error - Failed to get high watermark using rest api;
error - Failed to process rest api request; error - Failed to retrieve
response fromThe requested resource does not exist

* * *