Skip to content

Commit d5c78f3

Browse files
juju4ianhelle
andauthored
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

16 files changed

+1315
-56
lines changed

conda/conda-reqs-pip.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
azure-mgmt-resourcegraph>=8.0.0
2-
azure-monitor-query>=1.0.0, <=2.0.0
2+
joblib>=1.3.0
33
mo-sql-parsing>=11, <12.0.0
44
nest_asyncio>=1.4.0
5-
passivetotal>=2.5.3
6-
sumologic-sdk>=0.1.11
7-
splunk-sdk>=1.6.0,!=2.0.0
85
packaging>=24.0
6+
passivetotal>=2.5.3
7+
python_openobserve>=0.4.2
98
requests>=2.31.0
109
rrcf==0.4.4
11-
joblib>=1.3.0
10+
splunk-sdk>=1.6.0,!=2.0.0
11+
sumologic-sdk>=0.1.11

conda/conda-reqs.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
attrs>=18.2.0
22
azure-common>=1.1.18
33
azure-core>=1.24.0
4-
azure-mgmt-core>=1.2.1
54
azure-identity>=1.16.1
65
azure-keyvault-secrets>=4.0.0
7-
azure-kusto-data>=4.4.0, <=5.0.0
6+
azure-kusto-data<7.0.0,>=4.4.0
87
azure-mgmt-compute>=4.6.2
8+
azure-mgmt-core>=1.2.1
99
azure-mgmt-keyvault>=2.0.0
1010
azure-mgmt-monitor
1111
azure-mgmt-network>=2.7.0
1212
azure-mgmt-resource>=16.1.0
13-
azure-storage-blob>=12.5.0
1413
azure-mgmt-subscription
14+
azure-monitor-query>=1.0.0, <=3.0.0
15+
azure-storage-blob>=12.5.0
1516
beautifulsoup4>=4.0.0
1617
bokeh>=3.0.0
1718
cryptography>=43.0.1
@@ -27,8 +28,8 @@ jinja2>=3.1.5 # (sec vuln) transitive dependency via multiple packages
2728
keyring>=13.2.1
2829
lxml>=4.6.5
2930
matplotlib>=3.0.0
30-
msal>=1.12.0
3131
msal_extensions>=0.3.0
32+
msal>=1.12.0
3233
msrest>=0.6.0
3334
msrestazure>=0.6.0
3435
networkx>=2.2

0 commit comments

Comments
 (0)