uranusjr commented on code in PR #31425:
URL: https://github.com/apache/airflow/pull/31425#discussion_r1212617109
##########
airflow/providers/microsoft/azure/operators/adx.py:
##########
@@ -62,14 +62,15 @@ def __init__(
self.azure_data_explorer_conn_id = azure_data_explorer_conn_id
def get_hook(self) -> AzureDataExplorerHook:
- """Returns new instance of AzureDataExplorerHook"""
+ """Returns new instance of AzureDataExplorerHook."""
return AzureDataExplorerHook(self.azure_data_explorer_conn_id)
def execute(self, context: Context) -> KustoResultTable | str:
"""
Run KQL Query on Azure Data Explorer (Kusto).
- Returns `PrimaryResult` of Query v2 HTTP response contents
- (https://docs.microsoft.com/en-us/azure/kusto/api/rest/response2)
+ Returns `PrimaryResult` of Query v2 HTTP response contents.
Review Comment:
```suggestion
Returns `PrimaryResult` of Query v2 HTTP response contents.
```
--
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]