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

Notebooks expanding sidebar bug #1521

Open
1 task
lassebenni opened this issue Dec 12, 2024 · 0 comments
Open
1 task

Notebooks expanding sidebar bug #1521

lassebenni opened this issue Dec 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@lassebenni
Copy link

lassebenni commented Dec 12, 2024

Expected behavior

When clicking on a string in the results of a notebook Jinja SQL query, the sidebar pops-up. It should display the string in the sidebar for readability. The sidebar should then be clickable and disappear after minimizing it.

Actual behavior

The sidebar is empty and there is no button to hide it. So it blocks up the screen of the notebook, in all cells. Making it unreadable for the cells it is covering. Only re-loading VS Code will help. This is very annoying and makes working with the query results a russian roulette. Other than that notebooks are awesome!!

Steps To Reproduce

  1. Create new notebook (or open existing notebook).
  2. Run a SQL-Jinja query that produces a long string (longer than fits in the cell results).
-- In Snowflake we can create a long string like this
select UUID_STRING()
  1. Click on the string (for copying).
  2. The sidebar opens to the right, empty. And covers the screen, and cannot be hidden/minimized.

See video :

Screen.Recording.2024-12-12.at.08.52.28.mov

Log output/Screenshots

No response

Operating System

OSX

dbt version

1.8.4

dbt Adapter

snowflake-1.8.3

dbt Power User version

v0.50.4

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
@lassebenni lassebenni added the bug Something isn't working label Dec 12, 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
Projects
None yet
Development

No branches or pull requests

2 participants