Commit 8c68a3f
authored
Suppress grpc warnings (#1504)
## Changes
New `grpcio` lib (which is a dependency of `databricks-connect` package)
produces warnings when you run any code.
I've notified `databricks-connect` developers to solve it on their side,
but in the meantime we can suppress warnings with the env vars
Fixes #14781 parent ab65627 commit 8c68a3f
File tree
2 files changed
+7
-0
lines changed- packages/databricks-vscode/resources/python
2 files changed
+7
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
495 | 499 | | |
496 | 500 | | |
497 | 501 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
0 commit comments