Hi. I'm using tap-salesforce to extract data. Some...
# troubleshooting
s
Hi. I'm using tap-salesforce to extract data. Sometimes I get query timeouts based on the replication-key. Is there a possible way to add a limit or an extra filter (for example only extract creationdate < or > 2022)? This is my yml:
Copy code
- name: tap-salesforce
    inherit_from: tap-salesforce
    variant: meltano
    pip_url: git+<https://github.com/MeltanoLabs/tap-salesforce.git>
    capabilities:
    - catalog
    - state
    - discover
    select:
    - OrderItem.*
    - Order.*
    metadata:
      '*':
        replication-key: DA_datetime_c
        replication-method: INCREMENTAL
v
For most taps that functionally is provided with a
start_date
config
s
Thank you. I already use start_date for another formula, if I need another selection I need to customise the tap by myself?
v
I already use start_date for another formula
I don't know what that means, can you eloborate?