matt_cooley
07/24/2023, 5:34 PMdaily -- run tap --config config.json --discover > catalog.json
• every 15 minutes run meltano elt --catalog catalog.json
I believe this would prevent the tap from using a bunch of API calls each run (i.e. it queries the metadata for every object that exists in SFDC)
Has anyone tried something like this before?