mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 18:48:33 -05:00
Support right clicking the database to start the importer task (#2233)
This commit is contained in:
@@ -14,6 +14,7 @@ export interface ImportDataModel {
|
||||
proseColumns: ColumnMetadata[];
|
||||
proseDataPreview: string[][];
|
||||
server: sqlops.connection.Connection;
|
||||
serverId: string;
|
||||
database: string;
|
||||
table: string;
|
||||
schema: string;
|
||||
|
||||
Reference in New Issue
Block a user