Unable to see the Assistant suggested code and current code side by side

DE5
New Contributor

Hi,

I'm unable to see the Assistant suggested code and current code side by side. Previously I'm able to see the my code and Assistant suggested code side by side which helped me to understand the changes. Please suggest if there is any ways for it. Thanks!

ManojkMohan
Honored Contributor II

@DE5 

Some recent updates moved comparison features into the SQL Editor side panel or rely on “Cell Actions,” where you can generate code or format it and then see differences before applying changes

https://www.databricks.com/blog/introducing-new-sql-editor

https://www.databricks.com/blog/5-tips-get-most-out-your-databricks-assistant

Another option to consider:
Customize Assistant responses using /addInstructions to ask explicitly for line-by-line change descriptions, if direct side-by-side view is unavailable
https://learn.microsoft.com/en-us/azure/databricks/notebooks/assistant-tips

View solution in original post