Exclude Spark notebook kernels when running on SAW devices. (#11416)

This commit is contained in:
Cory Rivera
2020-07-20 12:36:40 -07:00
committed by GitHub
parent 26f833f728
commit 047c51921b
9 changed files with 93 additions and 19 deletions

View File

@@ -36,6 +36,10 @@ declare module 'azdata' {
*/
setTrusted(state: boolean);
}
export interface IStandardKernel {
readonly blockedOnSAW?: boolean;
}
}
export type SqlDbType = 'BigInt' | 'Binary' | 'Bit' | 'Char' | 'DateTime' | 'Decimal'