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
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
Create new notebook (or open existing notebook).
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()
Click on the string (for copying).
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!
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: