You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guess - we're not attaching the source code appropriately or referencing it correctly for the UI to show it.
The text was updated successfully, but these errors were encountered:
skrawcz
added
triage
label for issues that need to be triaged.
UI
Related to the Hamilton UI
SDK
Related to hamilton SDK for th UI
bug
Something isn't working
and removed
triage
label for issues that need to be triaged.
labels
Oct 11, 2024
The problem here is the originating functions... @mutate isn't attached to the function and we don't collect the references. We may want to:
Add to originating functions
Create a auxiliary_functions variable to store the attached ones
After some thought I agree with 2., because we can use the same function in multiple "pipes" or "mutates", but it makes sense to really show the code only once.
The problem here is the originating functions... @mutate isn't attached to the function and we don't collect the references. We may want to:
Add to originating functions
Create a auxiliary_functions variable to store the attached ones
After some thought I agree with 2., because we can use the same function in multiple "pipes" or "mutates", but it makes sense to really show the code only once.
The added benefit of this is that we can have some notion of "helper" functions -- store more than just the specific functions that we use. This could enable us to crawl the modules for functions using static analysis, etc... To make the UI more valuable.
Current behavior
Running mutate decorator (and likely step/pipe) with the Hamilton Tracker shows the correct DAG structure, but no code is attached.
Screenshots
Steps to replicate behavior
driver:
Library & System Information
Latest python, SDK, & hamilton UI versions
Expected behavior
That the code shows up.
Additional context
Guess - we're not attaching the source code appropriately or referencing it correctly for the UI to show it.
The text was updated successfully, but these errors were encountered: