[ https://issues.apache.org/jira/browse/GOBBLIN-1186?focusedWorklogId=443468&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-443468 ]
ASF GitHub Bot logged work on GOBBLIN-1186: ------------------------------------------- Author: ASF GitHub Bot Created on: 09/Jun/20 23:36 Start Date: 09/Jun/20 23:36 Worklog Time Spent: 10m Work Description: asfgit closed pull request #3034: URL: https://github.com/apache/incubator-gobblin/pull/3034 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 443468) Time Spent: 40m (was: 0.5h) > Fix SFDC source.querybased.salesforce.is.soft.deletes.pull.disabled not > available for simple mode > ------------------------------------------------------------------------------------------------- > > Key: GOBBLIN-1186 > URL: https://issues.apache.org/jira/browse/GOBBLIN-1186 > Project: Apache Gobblin > Issue Type: Bug > Reporter: Alex Li > Priority: Major > Time Spent: 40m > Remaining Estimate: 0h > > *Problem statement* > source.querybased.salesforce.is.soft.deletes.pull.disabled > doesn’t work for simple mode, it works only for dynamic mode. > the reason is - we explicitly set up the key-value for the dynamic mode > [https://github.com/hanghangliu/gobblin/blob/9029a89b85ef373f78d603b14d6aaa75998f3356/gobblin-salesforce/src/main/java/org/apache/gobblin/salesforce/SalesforceSource.java#L327] > > *Root cause* > The extract state is blank(please see code) > What we set up in job file is not able to see in extractor state. > [https://github.com/hashdoop/hashdoop-incubator-gobblin/blob/a871e5c5d6f539bcfbcc4e2850685c58dd72dd1a/gobblin-core/src/main/java/org/apache/gobblin/source/extractor/extract/QueryBasedSource.java#L234] > > *Solution:* > explicitly set up the {{soft.deletes.pull.disabled}} for simple mode, as we > did for dynamic mode -- This message was sent by Atlassian Jira (v8.3.4#803005)