-
Notifications
You must be signed in to change notification settings - Fork 59
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
Add NodeExecutionURL #822
Add NodeExecutionURL #822
Conversation
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
return ( | ||
<WaitForData {...executionData}> | ||
<PanelSection> | ||
<LiteralMapViewer | ||
map={executionData.value.fullInputs} | ||
mapTaskIndex={taskIndex} | ||
/> | ||
{executionData.value.fullInputs?.literals && ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How do I render ExecutionNodeURL
only if executionData.value.fullInputs?.literals
not None?
{executionData.value.fullInputs?.literals &&
doesn't work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ursucarina , can you help?
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #822 +/- ##
==========================================
- Coverage 63.34% 63.27% -0.07%
==========================================
Files 527 528 +1
Lines 13400 13427 +27
Branches 2554 2560 +6
==========================================
+ Hits 8488 8496 +8
- Misses 4912 4931 +19
☔ View full report in Codecov by Sentry. |
Signed-off-by: Kevin Su <[email protected]>
rr = FlyteRemote( | ||
Config.auto(), | ||
remote = FlyteRemote( | ||
Config.for_endpoint(endpoint="localhost:30080"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we get that address from the app itself? This should be the endpoint it uses to talk to admin, right?
TL;DR
Click Flyte button: copy flyte URL
Shift + Flyte button: copy the code snippet
Click the code snippet: copy the code snippet
Type
Are all requirements met?
Complete description
Tracking Issue
NA
Follow-up issue
NA