-
Notifications
You must be signed in to change notification settings - Fork 16.4k
AIP-72: Improving Operator Links Interface to Prevent User Code Execution in Webserver #46613
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
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
98d07ca
AIP-72: Changing extra links interface for task SDK
amoghrajesh bbf5ffd
fixing circular import
amoghrajesh 478182a
getting plugins working yay
amoghrajesh a74445e
adding task runner test case
amoghrajesh f97d89e
removing print and adding comment
amoghrajesh 967a54c
fixing tests and adding a default
amoghrajesh fb9cdcd
adding newsfragments
amoghrajesh 479d9cc
removing xcom_key from links
amoghrajesh 9e7e5e0
renaming newsfragments to feature
amoghrajesh 626d13c
fixing unit tests
amoghrajesh 99526f2
simpler nits from ash
amoghrajesh e84ab9e
harder review comments: moved the get_extra_links to serialisedBaseOp…
amoghrajesh 1852c62
review comments from TP
amoghrajesh e15f58e
fixing core tests
amoghrajesh e40af66
fixing core tests 2
amoghrajesh 7f754ca
fixing providers tests due to the interface change
amoghrajesh bbec2c0
Merge branch 'main' into AIP72-extra-links
amoghrajesh 391d54b
partly fixing serialisation tests
amoghrajesh 5f19c3f
fixing serialisation tests
amoghrajesh 2e1e905
moving the functions using plugins manager from sdk => ser module
amoghrajesh a2a0cc5
fixing UTs for task runner
amoghrajesh 32894b1
nits from ash
amoghrajesh 90141a8
fixing tests in core
amoghrajesh ef9428e
adding to ini
amoghrajesh 3446d61
Merge branch 'main' into AIP72-extra-links
amoghrajesh f2909b6
fixing the final failing test
amoghrajesh 153c7e5
Merge branch 'main' into AIP72-extra-links
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Operator Links interface changed to not run user code in Airflow Webserver The Operator Extra links, which can be defined either via plugins or custom operators now do not execute any user code in the Airflow Webserver, but instead push the "full" links to XCom backend and the value is again fetched from the XCom backend when viewing task details in grid view. | ||
amoghrajesh marked this conversation as resolved.
Show resolved
Hide resolved
|
||
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.