-
Notifications
You must be signed in to change notification settings - Fork 16.5k
Add rows processor to GenericTransfer #61143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
potiuk
merged 37 commits into
apache:main
from
dabla:feature/add-rows-processor-generic-transfer
Feb 10, 2026
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
dc7b9f6
refactor: Fixed docstring for rows_processor parameter in SQLInsertRo…
dabla d37a16c
refactor: Added rows_processor parameter in GenericTransfer
dabla 18e0560
refactor: Make SQLExecuteQueryTrigger non-blocking from Airflow 3.2+
dabla 2fdba24
Merge branch 'main' into feature/add-rows-processor-generic-transfer
dabla 2a47f9a
Merge branch 'main' into feature/add-rows-processor-generic-transfer
dabla 8edc348
refactor: Make inserting of rows in sync and deferred mode more DRY
dabla 5e4c530
refactor: Updated GenericTransfer type
dabla 18d9c6d
refactor: Ignore mypy for _rows_processor
dabla bca6b89
Merge branch 'main' into feature/add-rows-processor-generic-transfer
dabla 9541a74
Merge branch 'main' into feature/add-rows-processor-generic-transfer
dabla bb87f54
Merge branch 'main' into feature/add-rows-processor-generic-transfer
dabla 7c3a2e6
refactor: Removed _process_rows and made rows_processor optional in c…
dabla 1f31246
refactor: Removed _process_rows and made rows_processor optional in c…
dabla d5c9017
refactor: Made _get_records in trigger protected
dabla a670485
Merge branch 'main' into feature/add-rows-processor-generic-transfer
dabla 4930c9a
refactor: Updated typing of rows_processor in GenericTransfer interface
dabla 64eb707
Merge branch 'main' into feature/add-rows-processor-generic-transfer
dabla b5fbe45
Merge branch 'main' into feature/add-rows-processor-generic-transfer
dabla 2c2164a
refactor: Fixed typing of rows parameter in _insert_rows method
dabla 68df300
refactor: Refactored unit test for SQLInsertRowsOperator
dabla b973c03
refactor: Fixted typing of _insert_rows method
dabla aa8aafd
refactor: Updated docstring for rows_processor parameter
dabla 9544569
refactor: Changed typing of context parameter from Context to Any in …
c0cbd84
Merge branch 'main' into feature/add-rows-processor-generic-transfer
dabla 9d3b2ef
refactor: Changed typing of rows_processor
dabla 23869fe
refactor: Refactored _insert_rows method in SQLInsertRowsOperator and…
dabla ec1ff73
refactor: Removed unused import of jinja2
dabla e6f52a7
Merge branch 'main' into feature/add-rows-processor-generic-transfer
dabla a3eeb84
Merge branch 'main' into feature/add-rows-processor-generic-transfer
dabla 1828cc9
Merge branch 'main' into feature/add-rows-processor-generic-transfer
dabla 1627210
docs: Added comment to explain why rows_processor is typed like this
dabla 80fe566
Merge branch 'main' into feature/add-rows-processor-generic-transfer
dabla 55e91da
Update providers/common/sql/src/airflow/providers/common/sql/operator…
dabla 6980f9f
refactor: Removed get_records
dabla 2477b5b
refactor: Evaluate XComArgs first before evaluating rows
dabla 51be7a5
Merge branch 'main' into feature/add-rows-processor-generic-transfer
dabla c1e2b33
refactor: Fixed check on rows in SQLInsertRowsOperator
dabla File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.