AzureDataExplorerQueryOperator

Microsoft AzureCertified

Operator for querying Azure Data Explorer (Kusto).

View on GitHub

Last Updated: Oct. 23, 2022

Access Instructions

Install the Microsoft Azure provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

queryRequiredKQL query to run (templated).
databaseRequiredDatabase to run the query on (templated).
optionsOptional query options. See: https://docs.microsoft.com/en-us/azure/kusto/api/netfx/request-properties#list-of-clientrequestproperties
azure_data_explorer_conn_idReference to the Azure Data Explorer connection.

Documentation

Operator for querying Azure Data Explorer (Kusto).

Was this page helpful?