feat: Artifact Visualization#1939
Open
camielvs wants to merge 1 commit into03-24-chore_simplify_iocellfrom
Open
feat: Artifact Visualization#1939camielvs wants to merge 1 commit into03-24-chore_simplify_iocellfrom
camielvs wants to merge 1 commit into03-24-chore_simplify_iocellfrom
Conversation
🎩 To tophat this PR:You can add the following URL parameter to your browser to tophat this PR: |
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
db7bc57 to
fbe8e88
Compare
57cfc44 to
667094c
Compare
37d6e88 to
a04bc25
Compare
3 tasks
a04bc25 to
18210ee
Compare
18210ee to
2fdb032
Compare
4 tasks
2fdb032 to
faf59cb
Compare
f90e839 to
3b45fa4
Compare
e6fce6d to
100407f
Compare
6775098 to
2125f8f
Compare
maxy-shpfy
reviewed
Mar 25, 2026
...ared/ReactFlow/FlowCanvas/TaskNode/TaskOverview/IOSection/IOCell/ArtifactVisualizer/utils.ts
Outdated
Show resolved
Hide resolved
maxy-shpfy
reviewed
Mar 25, 2026
...ow/FlowCanvas/TaskNode/TaskOverview/IOSection/IOCell/ArtifactVisualizer/useArtifactFetch.tsx
Outdated
Show resolved
Hide resolved
maxy-shpfy
reviewed
Mar 25, 2026
...ow/FlowCanvas/TaskNode/TaskOverview/IOSection/IOCell/ArtifactVisualizer/useArtifactFetch.tsx
Outdated
Show resolved
Hide resolved
maxy-shpfy
reviewed
Mar 25, 2026
...ow/FlowCanvas/TaskNode/TaskOverview/IOSection/IOCell/ArtifactVisualizer/useArtifactFetch.tsx
Outdated
Show resolved
Hide resolved
...ow/FlowCanvas/TaskNode/TaskOverview/IOSection/IOCell/ArtifactVisualizer/useArtifactFetch.tsx
Outdated
Show resolved
Hide resolved
maxy-shpfy
reviewed
Mar 25, 2026
...Flow/FlowCanvas/TaskNode/TaskOverview/IOSection/IOCell/ArtifactVisualizer/TextVisualizer.tsx
Outdated
Show resolved
Hide resolved
maxy-shpfy
reviewed
Mar 25, 2026
...Flow/FlowCanvas/TaskNode/TaskOverview/IOSection/IOCell/ArtifactVisualizer/TextVisualizer.tsx
Outdated
Show resolved
Hide resolved
maxy-shpfy
reviewed
Mar 25, 2026
...w/FlowCanvas/TaskNode/TaskOverview/IOSection/IOCell/ArtifactVisualizer/ParquetVisualizer.tsx
Outdated
Show resolved
Hide resolved
maxy-shpfy
reviewed
Mar 25, 2026
...w/FlowCanvas/TaskNode/TaskOverview/IOSection/IOCell/ArtifactVisualizer/ParquetVisualizer.tsx
Outdated
Show resolved
Hide resolved
maxy-shpfy
reviewed
Mar 25, 2026
.../FlowCanvas/TaskNode/TaskOverview/IOSection/IOCell/ArtifactVisualizer/ArtifactVisualizer.tsx
Outdated
Show resolved
Hide resolved
100407f to
d63abd0
Compare
0785f62 to
b2503e0
Compare
d63abd0 to
06d943a
Compare
b2503e0 to
e79c15a
Compare
06d943a to
8bd00b2
Compare
c042149 to
157494b
Compare
8bd00b2 to
b7ad32a
Compare
442be21 to
c6b5d1f
Compare
maxy-shpfy
reviewed
Mar 26, 2026
.../FlowCanvas/TaskNode/TaskOverview/IOSection/IOCell/ArtifactVisualizer/ArtifactVisualizer.tsx
Outdated
Show resolved
Hide resolved
maxy-shpfy
approved these changes
Mar 26, 2026
Collaborator
maxy-shpfy
left a comment
There was a problem hiding this comment.
LGTM, cant test yet -waiting for backend fix
c6b5d1f to
f5cb20c
Compare
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 free
to 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.

Description
Adds an Artifact Visualization Dialog for artifact types:
With fallback to text/string.
Visualization Dialog can be made fullscreen (except for JSON artifacts which use the Codeviewer system) and also provide links to the URI and source. In fullscreen mode artifact types that utilize a table format will display 30 rows instead of the default 10.
The Visualizer accepts a
valueorsignedUrl. IfsignedUrlis provided it will fetch the content from remote, otherwise, it will display thevaluepassed in.Related Issue and Pull requests
Closes #190
Closes #191
Closes #192
Closes #193
Type of Change
Checklist
Screenshots (if applicable)
New "Preview" Button for Artifacts
New "Expand" Button for string values
CSV & TSV Visualizer
Image Visualizer
JSON Visualizer
Parquet Visualizer
Text Visualizer
Test Instructions
Additional Comments