chris_evans
03/31/2022, 10:38 PMtap-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?chris_evans
03/31/2022, 11:31 PMselect:
- '*.*'