Skip to content

Commit

Permalink
Update azure_kusto_driver.py (#664)
Browse files Browse the repository at this point in the history
Ensure that the driver is loaded so that queries can be executed.
  • Loading branch information
FlorianBracq committed May 12, 2023
1 parent 62cfaa5 commit eb08fdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msticpy/data/drivers/azure_kusto_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ def __init__(self, connection_str: Optional[str] = None, **kwargs):
self.set_driver_property(DriverProps.PUBLIC_ATTRS, self._set_public_attribs())
self.set_driver_property(DriverProps.FILTER_ON_CONNECT, True)
self.set_driver_property(DriverProps.EFFECTIVE_ENV, DataEnvironment.Kusto.name)
self._loaded = True

def _set_public_attribs(self):
"""Expose subset of attributes via query_provider."""
Expand Down

0 comments on commit eb08fdb

Please sign in to comment.