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
{{ message }}
This repository was archived by the owner on Feb 28, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
It is a feature request (@chlafreniere@vickyharp )
Describe the solution or feature you'd like
Current support for SQL Notebooks include results from the execution. However, for many operational guidance docs, it is common to add either a screenshot of the execution plan or attach the .sqlplan files.
So it would be great to have an extension to the current cells/maybe a new one , that actually stores the Actual execution plan inside the notebook.
Describe alternatives you've considered
Well, continue sending the bunch of sqlplans, lol
Is your feature request related to a problem? Please describe.
It is a feature request (@chlafreniere @vickyharp )
Describe the solution or feature you'd like
Current support for SQL Notebooks include results from the execution. However, for many operational guidance docs, it is common to add either a screenshot of the execution plan or attach the .sqlplan files.
So it would be great to have an extension to the current cells/maybe a new one , that actually stores the Actual execution plan inside the notebook.
Describe alternatives you've considered
Well, continue sending the bunch of sqlplans, lol
Additional context
None