Commit d5c78f3
feat: add openobserve backend (#839)
* feat: add openobserve backend
* feat: use latest python-openobserve with search2df, fix debug, mypy
* fix: search query timeout
* feat: bump module to current stable commit
* docs: connected function
* ci: fix openobserve tests
* fix: add pip package to conda-reqs
* feat: set python_openobserve>=0.2.0
* fix: ImportError UTC - 3.9 vs 3.10
* chore: fix ruff D400
* Update conda-reqs-pip.txt to 0.3.0
* Update setup.py to 0.3.0
* Update test_pkg_imports.py
use upstream python-openobserve
* Update import_analyzer.py
use upstream python-openobserve
* feat: bump python_openobserve>=0.4.1
* fix: add minimum python_version 3.10 for python_openobserve
* Fix python-specific install for openobserve
* feat: bump python_openobserve>=0.4.2
* Fix ruff and mypy errors
* fix: bump azure-kusto-data up to 5.0.5
* Updating requirements versions
- azure-kusto-data>=4.4.0, <7.0.0
- azure-monitor-query>=1.0.0, <=3.0.0
---------
Co-authored-by: Ian Hellen <ianhelle@microsoft.com>1 parent c7e2887 commit d5c78f3
File tree
16 files changed
+1315
-56
lines changed- conda
- docs/notebooks
- msticpy
- data
- core
- drivers
- queries/openobserve
- resources
- tests
- data/drivers
- tools
- toollib
16 files changed
+1315
-56
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | 5 | | |
| 6 | + | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments