-
Notifications
You must be signed in to change notification settings - Fork 17.1k
Move BaseHook class to task SDK
#51873
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
amoghrajesh
merged 66 commits into
apache:main
from
astronomer:move-basehook-to-task-sdk
Jul 2, 2025
Merged
Changes from 15 commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
021df83
Moving BaseHook to task SDK
amoghrajesh 3053da9
changing occurences in providers
amoghrajesh 5c88ae0
changing in public interface
amoghrajesh b60152e
updating occurences in provider tests
amoghrajesh d2d4ddf
moving hooks test to task sdk
amoghrajesh 8b640cf
adding backcompat for basehook
amoghrajesh 1225b42
Merge branch 'main' into move-basehook-to-task-sdk
amoghrajesh b544139
adding import in try catch block for backcompat in providers
amoghrajesh 136f94c
fixing documentation in task sdk
amoghrajesh ebe6556
this is how to fix things
amoghrajesh d7a91a0
making it autouse
amoghrajesh 023970c
Merge branch 'main' into move-basehook-to-task-sdk
amoghrajesh 5fa4a22
Merge branch 'main' into move-basehook-to-task-sdk
amoghrajesh c7659d5
remove autouse
amoghrajesh e604ffb
🤦🏻
amoghrajesh a83f655
fixing core tests
amoghrajesh 60696c5
Merge branch 'main' into move-basehook-to-task-sdk
amoghrajesh a26aab9
fixing those static checks for redef
amoghrajesh f9427b4
making the fixture as autouse
amoghrajesh 9d41622
fixing core tests
amoghrajesh 96cc643
do not love it, but compat
amoghrajesh 11b649e
older provider test
amoghrajesh ba6d2c3
Merge branch 'main' into move-basehook-to-task-sdk
amoghrajesh 06f8615
fixing import mypy
amoghrajesh 9c37dc2
mypy wars: part 1
amoghrajesh c3a0f39
mypy wars: part 2
amoghrajesh 0242e3b
mypy wars: part 3
amoghrajesh 5c9939a
mypy wars: part 4 - all arg-type
amoghrajesh b7bebc5
mypy wars: part 4 - all arg-type
amoghrajesh c9f2ff0
mypy wars: part 5 - casting
amoghrajesh ff3ec38
mypy wars: part 6 - casting
amoghrajesh 2dc98dd
mypy wars: part 7
amoghrajesh be57175
Merge branch 'main' into move-basehook-to-task-sdk
amoghrajesh 0c7bad0
mypy wars: part 8
amoghrajesh df8f331
mypy wars: part 9
amoghrajesh a95c973
mypy wars: part 10
amoghrajesh 7c1f64a
mypy wars: part 11
amoghrajesh 4311513
fixing patch path for generic transfer
amoghrajesh e51d5ba
fixing failing provider tests
amoghrajesh f166ee4
Merge branch 'main' into move-basehook-to-task-sdk
amoghrajesh 552389b
Merge branch 'main' into move-basehook-to-task-sdk
amoghrajesh b11bf9a
final mypy?
amoghrajesh 722e764
Merge branch 'main' into move-basehook-to-task-sdk
amoghrajesh 00567d1
remote a bad rebase file
amoghrajesh ff8fbde
fixing broken tests
amoghrajesh a0585e2
removing unneccessary str conversions
amoghrajesh 5b55d78
another mypy fix
amoghrajesh 94256b5
fixing compat tests
amoghrajesh 86bac28
final mypy war!
amoghrajesh b46bc81
Merge branch 'main' into move-basehook-to-task-sdk
amoghrajesh 4906f40
fixing compat
amoghrajesh 3d8c452
compat fix again
amoghrajesh a1f28e1
fixing tests again
amoghrajesh 0f20865
fixing docker tests
amoghrajesh 34a6b3f
Merge branch 'main' into move-basehook-to-task-sdk
amoghrajesh b71c383
move import inside cli
amoghrajesh 4d8cf85
reverting unwanted change
amoghrajesh 8d70d44
stricter type checking
amoghrajesh c1db959
adding null check
amoghrajesh cee9f93
fixing connection type
amoghrajesh cdf6885
fixing type of connections
amoghrajesh 644a5ea
mypy again
amoghrajesh ba9a57f
mypy again
amoghrajesh 998f2a4
mypy again
amoghrajesh d30bc9d
mypy again
amoghrajesh 02df165
Merge branch 'main' into move-basehook-to-task-sdk
amoghrajesh 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
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
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
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.
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.