Skip to content

Resolve "Support incremental jobs for `meltano run`"

Florian requested to merge 3130-support-incremental-jobs-for-meltano-run into master

Merge Request Checklist

  • Link to an issue
  • Include the proposed fix or feature
  • Include and update tests for the modified code
  • Include a documentation change
  • Add a CHANGELOG.md entry in the Unreleased section for any user-facing changes
  • Mention or assign a maintainer

  • Job ID support via --job-id-prefix xor --job-id-name-pattern
  • Top-level --no-state-update to not save state. (!2432 (comment 757893658))
  • Top-level --full-refresh to ignore saved state (which forces a full refresh). (!2432 (comment 757893658))
  • Top-level --force to active runs (can remove - but needed during manual testing)
  • Legacy meltano elt style logging.

Closes #3130 (closed)

Edited by Florian

Merge request reports