Skip to content
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

[BUG]: Transform Dataset operator behaves anomalously - cannot generated code or access input dataframes #5056

Closed
liunelson opened this issue Oct 4, 2024 · 3 comments
Assignees
Labels
bug Something isn't working Q&A Quality Assurance

Comments

@liunelson
Copy link
Member

Describe the issue

The Transform Dataset operator has a few bugs:

  1. After just two code cells (printing what d2 is and asking the LLM for the join code), the session seems to have lost access to the input dataset d1.
    Image

  2. Starting from a new Transform Dataset operator, now the generated LLM code won't run fully - the status is either stuck at Busy or Offline
    Image

  3. Minor issue: unknown code output shown in the operator every time - not informative, nor should it be shown to users?

{'modules': {}, 'variables': {}, 'functions': {}}

Image

@liunelson liunelson added bug Something isn't working Q&A Quality Assurance labels Oct 4, 2024
@blanchco
Copy link
Contributor

blanchco commented Oct 4, 2024

Asked Jataware about this, beaker seems to just hang with this command which may cause downstream issues https://unchartedsoftware.slack.com/archives/C049E6PA16V/p1728054249803609

@blanchco
Copy link
Contributor

blanchco commented Oct 4, 2024

It seems this might be an issue with Jupyter itself, we run out of memory. It might be worth looking into a solution where if beaker starts to hang like this we can add a timeout and start a new session informing the user of the issue

@liunelson
Copy link
Member Author

What's the plan for this issue?

@YohannParis YohannParis assigned liunelson and unassigned blanchco Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Q&A Quality Assurance
Projects
None yet
Development

No branches or pull requests

3 participants