Hi guys, I am playing around with the `tap-salesfo...
# troubleshooting
c
Hi guys, I am playing around with the
tap-salesforce
meltano variant (
meltano = "1.98.1"
and tap =
v1.5.0
). I am able to invoke the tap's discover and see the full suite of objects that are available in the schema json object returned. However, when I list the selects I see only a fraction of the objects outputted by the schema json. Additionally, I am only able to etl the subset of objects that I can see in the list of selects. When I try to run a stream that is not in this list (using the --select param) nothing is elt'd and I see logs reporting that each stream (the full suite, not just the ones from the select list) is "Skipping - not selected". Curious if anyone has any thoughts on how to debug?
Seems like some were selected by default and others not? I just had to add the following to the tap.
Copy code
select:
    - '*.*'