Uh oh!
There was an error while loading. Please reload this page.
Make XCom display as react json - #40640
Merged
jscheffl merged 4 commits intoJul 22, 2024
Merged
Conversation
jschefflforce-pushed
the
feature/make-xcom-display-as-react-json
branch
from
July 8, 2024 21:25
a85ca8b to
c8601cfComparejscheffl
marked this pull request as ready for review
July 8, 2024 21:26
jscheffl
requested review from
ashb, bbovenzi, pierrejeambrun and ryanahamilton
as code ownersJuly 8, 2024 21:26
bbovenzi
reviewed
Jul 8, 2024
Uh oh!
There was an error while loading. Please reload this page.
bbovenzi
reviewed
Jul 8, 2024
Uh oh!
There was an error while loading. Please reload this page.
bbovenzi
reviewed
Jul 8, 2024
Uh oh!
There was an error while loading. Please reload this page.
jscheffl
commented
Jul 8, 2024
ContributorAuthor
jschefflforce-pushed
the
feature/make-xcom-display-as-react-json
branch
from
July 9, 2024 17:40
c8601cf to
00aa301CompareUh oh!
There was an error while loading. Please reload this page.
jschefflforce-pushed
the
feature/make-xcom-display-as-react-json
branch
from
July 12, 2024 20:06
00aa301 to
bdf0725Comparejschefflforce-pushed
the
feature/make-xcom-display-as-react-json
branch
from
July 16, 2024 21:49
bdf0725 to
191644fComparejschefflforce-pushed
the
feature/make-xcom-display-as-react-json
branch
from
July 17, 2024 16:58
191644f to
055200bComparejschefflforce-pushed
the
feature/make-xcom-display-as-react-json
branch
from
July 17, 2024 18:29
3524895 to
5f5039aComparebbovenzi
approved these changes
Jul 22, 2024
romsharon98 pushed a commit
to romsharon98/airflow
that referenced
this pull request
Jul 26, 2024
* Enable proper JSON view in Xcom display as well * Review feedback * Implement a native endpoint for XCom API to prevent retrieval as Python JSON string * Fix pytests
This was referenced Sep 3, 2024
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Same like #40639 this PR attempts to make the grid XCom display being a proper JSON react view.
Note: This PR just adds one commit on top of PR #40639: c8601cf