mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-07 17:23:56 -05:00
Notebooks: Remove result set summary from saved metadata (#13616)
* remove result set summary from metadata * remove batchId and id from celloutputmetadata * remove extra line
This commit is contained in:
4
src/sql/azdata.proposed.d.ts
vendored
4
src/sql/azdata.proposed.d.ts
vendored
@@ -74,10 +74,6 @@ declare module 'azdata' {
|
||||
data: any;
|
||||
}
|
||||
|
||||
export interface ICellOutputMetadata {
|
||||
resultSet?: ResultSetSummary;
|
||||
}
|
||||
|
||||
export interface INotebookMetadata {
|
||||
connection_name?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user