Notebooks: add multi_connection field to notebook metadata (#14097)

* add multi_connection to nb metadata

* address PR comments

* pr comments

* adsd notebookmetadatakeys object

* pr comments

* use isUUID util method
This commit is contained in:
Lucy Zhang
2021-02-05 13:46:31 -08:00
committed by GitHub
parent ac5ff2ec7f
commit 67829af0c5
4 changed files with 63 additions and 36 deletions

View File

@@ -76,6 +76,9 @@ export class NotebookModelStub implements INotebookModel {
get savedConnectionName(): string {
throw new Error('method not implemented.');
}
get multiConnectionMode(): boolean {
throw new Error('method not implemented.');
}
get providerId(): string {
throw new Error('method not implemented.');
}