-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Make XCom display as react json #40640
Merged
jscheffl
merged 4 commits into
apache:main
from
jscheffl:feature/make-xcom-display-as-react-json
Jul 22, 2024
Merged
Make XCom display as react json #40640
jscheffl
merged 4 commits into
apache:main
from
jscheffl:feature/make-xcom-display-as-react-json
Jul 22, 2024
Conversation
This file contains 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
boring-cyborg
bot
added
area:UI
Related to UI/UX. For Frontend Developers.
area:webserver
Webserver related Issues
labels
Jul 7, 2024
jscheffl
force-pushed
the
feature/make-xcom-display-as-react-json
branch
from
July 8, 2024 21:25
a85ca8b
to
c8601cf
Compare
jscheffl
requested review from
ryanahamilton,
ashb,
bbovenzi and
pierrejeambrun
as code owners
July 8, 2024 21:26
bbovenzi
reviewed
Jul 8, 2024
bbovenzi
reviewed
Jul 8, 2024
bbovenzi
reviewed
Jul 8, 2024
jscheffl
force-pushed
the
feature/make-xcom-display-as-react-json
branch
from
July 9, 2024 17:40
c8601cf
to
00aa301
Compare
bbovenzi
reviewed
Jul 10, 2024
airflow/www/static/js/dag/details/taskInstance/Xcom/XcomEntry.tsx
Outdated
Show resolved
Hide resolved
jscheffl
force-pushed
the
feature/make-xcom-display-as-react-json
branch
from
July 12, 2024 20:06
00aa301
to
bdf0725
Compare
jscheffl
force-pushed
the
feature/make-xcom-display-as-react-json
branch
from
July 16, 2024 21:49
bdf0725
to
191644f
Compare
jscheffl
force-pushed
the
feature/make-xcom-display-as-react-json
branch
from
July 17, 2024 16:58
191644f
to
055200b
Compare
jscheffl
force-pushed
the
feature/make-xcom-display-as-react-json
branch
from
July 17, 2024 18:29
3524895
to
5f5039a
Compare
bbovenzi
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:API
Airflow's REST/HTTP API
area:UI
Related to UI/UX. For Frontend Developers.
area:webserver
Webserver related Issues
type:improvement
Changelog: Improvements
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