will_johnson
01/19/2023, 10:28 PMvisch
01/19/2023, 10:58 PMmeltano install --clean
works, rm -rf .meltano/run/tap-name
also works, rm-rf .meltano/run
works too but does delete all the run history and thingsvisch
01/19/2023, 10:59 PMmeltano.yml
file if we could take a peek?will_johnson
01/19/2023, 11:11 PMmeltano install --clean
affect my other top?will_johnson
01/19/2023, 11:12 PMvisch
01/19/2023, 11:13 PM.meltano/run/tap-name
I think --clean removes that for you I"m not certain thoughvisch
01/19/2023, 11:13 PMwill_johnson
01/19/2023, 11:18 PMwill_johnson
01/19/2023, 11:20 PMvisch
01/19/2023, 11:21 PMwill_johnson
01/19/2023, 11:29 PMmeltano install extractor tap-salesforce --clean
did not workwill_johnson
01/19/2023, 11:30 PMmeltano select tap-salesforce --list
still showing emptywill_johnson
01/19/2023, 11:36 PMwill_johnson
01/19/2023, 11:43 PMrm -rf .meltano/run/tap-name
also didn't workwill_johnson
01/19/2023, 11:45 PMwill_johnson
01/20/2023, 2:54 AMmeltano invoke tap-salesforce --discover
isn't picking up four fields from a custom Salesforce object but is picking up other fields from that object. I looked in Salesforce Workbench and see the fields in there.
I looked at it in Stitch and that does see the fields. So it seems to be something with the default tap-salesforce.
Just throwing it out there, but all of these field names happen to also be field names on other object. Shouldn't matter but something I noticed.visch
01/20/2023, 2:20 PMvisch
01/20/2023, 2:22 PMwill_johnson
01/20/2023, 6:48 PMwill_johnson
01/21/2023, 1:48 AMmeltano install extractor tap-salesforce --clean
after fixing the permissions.
Thank you for your help!visch
01/21/2023, 2:28 AMvisch
01/21/2023, 2:29 AMvisch
01/21/2023, 2:29 AMwill_johnson
01/24/2023, 5:33 PM