Add DmsReloadTablesOperator - #70569
Merged
o-nikolas merged 8 commits intoJul 30, 2026
Merged
Conversation
DmsReloadTablesOperator
vincbeck
reviewed
Jul 28, 2026
AlejandroMorgante
marked this pull request as draft
July 28, 2026 21:45
AlejandroMorgante
marked this pull request as ready for review
July 28, 2026 21:45
vincbeck
approved these changes
Jul 29, 2026
Airflow users need to rerun full loads for selected tables in active replication tasks without implementing custom boto3 tasks.
AWS no longer offers dms.t3.micro in us-east-1, preventing the system test from reaching the operator under test.
Real AWS validation requires a full-load-and-CDC task, whose PostgreSQL source must expose logical changes and commit its seed data before replication starts.
AWS can report Before load while a table awaits its full load, so the completion waiter should classify that state explicitly as transient.
The provider documentation spellcheck rejects the conjugated form, preventing the Amazon documentation job from completing.
A one-to-one wrapper expands the public hook surface without adding reusable behavior.
Both DMS reload strategies are asynchronous, so wait_for_completion should provide consistent semantics for validate-only as well as data-reload.
Data validation requires a database target, and end-to-end coverage should include validate-only completion as well as data reload completion.
AlejandroMorgante
force-pushed
the
add-dms-reload-tables-operator
branch
from
July 29, 2026 16:43
aba60d6 to
5f708ab
Compare
o-nikolas
approved these changes
Jul 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
DmsReloadTablesOperatorto reload selected target tables for an active AWS DMS replication task.The operator wraps the AWS DMS
ReloadTablesAPI and supports:data-reloadandvalidate-onlyreload options.The DMS system test now creates a
full-load-and-cdctask with PostgreSQL logical replication enabled, waits for the initial load, and exercises a deferrable table reload against AWS.Testing:
References:
reload_tablesAPIWas generative AI tooling used to co-author this PR?
Generated-by: Codex (GPT-5) following the guidelines