matt_cooley
07/29/2023, 2:24 AMmeltano invoke --dump=catalog tap-salesforce
2. meltano invoke tap-salesforce --discover
#2 seems to call out to salesforce every time, but #1 seems to cache the catalog somehow. So it would seem that if I want to run this in prod #2 is the right command but I wanted to make sure I understood the difference.christoph
07/30/2023, 9:33 PMmatt_cooley
07/31/2023, 2:17 PMdump tries to use the cache, but --discover doesn't. Also, if iI don't want to ever use the cache (with dump ) I should just delete the .meltano/run/<tap> folder and it will re-discover the catalog.
We spin up new containers for each run so I'm guessing this won't be an issue either way, but it's nice to understand what's going on.