Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.7.0 - changing new kql/sentinel drivers to be defaults #696

Merged
merged 7 commits into from
Aug 8, 2023

Conversation

ianhelle
Copy link
Contributor

@ianhelle ianhelle commented Aug 2, 2023

Updated DataEnvironment enum to add IDs for Legacy drivers in query_defns.py
Updated driver mapping for new drivers in data/drivers/init.py
Updated documentation
Removed dependency on kql_driver in test_query_source.py
Removed redundant formatters in kql_driver.py (since these were identical to the query_source defaults)
Changes to requirements.txt and setup.py:

  • added azure-kusto-data and azure-monitor-query to default install (requirements.txt)
  • also added azure-kusto-secrets, azure-mgmt-kusto and keyring to defaults (requirements.txt
  • azure_query and keyvault extras are now empty
  • changed httpx to support broader version range
  • removed kqlmagiccustom from requirements.txt

Updated DataEnvironment enum to add IDs for Legacy drivers in query_defns.py
Updated driver mapping for new drivers in data/drivers/__init__.py
Updated documentation
Removed dependency on kql_driver in test_query_source.py
Removed redundant formatters in kql_driver.py (since these were identical to the query_source defaults)
Changes to requirements.txt and setup.py:
- added azure-kusto-data and azure-monitor-query to default install (requirements.txt)
- also added azure-kusto-secrets, azure-mgmt-kusto and keyring to defaults (requirements.txt
- azure_query and keyvault extras are now empty
- changed httpx to support broader version range
- removed kqlmagiccustom from requirements.txt
docs/source/data_acquisition/DataProv-Kusto.rst Outdated Show resolved Hide resolved
conda/conda-reqs-pip.txt Outdated Show resolved Hide resolved
docs/source/data_acquisition/DataProv-MSSentinel.rst Outdated Show resolved Hide resolved
Fixed failing tests for Kusto and Kql legacy drivers due to renaming.
Added Kusto_New and MSSentinel_New as legitimate aliases for new drivers.
…ers-default-2023-08-02

# Conflicts:
#	docs/source/data_acquisition/DataProv-Kusto-New.rst
#	docs/source/extending/WritingDataProviders.rst
@ianhelle ianhelle merged commit 697cb7c into main Aug 8, 2023
17 checks passed
@ianhelle ianhelle deleted the ianhelle/kql-new-drivers-default-2023-08-02 branch August 8, 2023 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants