Hi, we have various connectors that pull in data for a given date, which is set in the source configuration. If left blank it ingests the data for yesterday. For various reasons sometimes these connections fail, and we need to re-run for a previous date. It looks like the only way we can do this at present is to change the source config, run the sync, then change the config back. Is there a way to override the source configuration for an individual sync job? (API approach would be perfect for this as we would like to automate this process).
If not, how is this kind of thing normally tacked in airbyte?