jscheffl commented on code in PR #45470:
URL: https://github.com/apache/airflow/pull/45470#discussion_r1906089649
##########
providers/src/airflow/providers/microsoft/azure/hooks/adx.py:
##########
@@ -206,9 +206,9 @@ def get_required_param(name: str) -> str:
return KustoClient(kcsb)
- def run_query(self, query: str, database: str, options: dict | None =
None) -> KustoResponseDataSetV2:
+ def run_query(self, query: str, database: str, options: dict | None =
None) -> KustoResponseDataSet:
"""
- Run KQL query using provided configuration, and return
KustoResponseDataSet instance.
+ Run KQL query using provided configuration, and return
``KustoResponseDataSet`` instance.
See: `azure.kusto.data.response.KustoResponseDataSet`
Review Comment:
Another spelling attempt
```suggestion
Run KQL query using provided configuration, and return
KustoResponseDataSet instance.
See: ``azure.kusto.data.response.KustoResponseDataSet``
```
--
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]