mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 02:02:35 -05:00
Exclude Spark notebook kernels when running on SAW devices. (#11416)
This commit is contained in:
4
src/sql/azdata.proposed.d.ts
vendored
4
src/sql/azdata.proposed.d.ts
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user