amoghrajesh commented on code in PR #45470: URL: https://github.com/apache/airflow/pull/45470#discussion_r1906455708
########## providers/src/airflow/providers/microsoft/azure/hooks/adx.py: ########## @@ -41,7 +41,7 @@ ) if TYPE_CHECKING: - from azure.kusto.data.response import KustoResponseDataSetV2 + from azure.kusto.data.response import KustoResponseDataSet Review Comment: As per the azure-kusto-python repo: https://github.com/Azure/azure-kusto-python/blob/9e86492124db7361d0ba21943f8839d1dc12d6d3/azure-kusto-data/azure/kusto/data/response.py#L139-L151, KustoResponseDataSetV2 is a wrapper on KustoResponseDataSet for some response wise filtering -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
