ozerpekozcan commented on issue #48796:
URL: https://github.com/apache/airflow/issues/48796#issuecomment-2783094478
I am getting the response in logs actually. But the task does not end
successfully.
[2025-04-07T13:57:39.705+0200] {_universal.py:506} INFO - Request URL:
'https://login.microsoftonline.com/<tenant_id>/oauth2/v2.0/token'
Request method: 'POST'
Request headers:
'Accept': 'application/json'
'x-client-sku': 'REDACTED'
'x-client-ver': 'REDACTED'
'x-client-os': 'REDACTED'
'x-ms-lib-capability': 'REDACTED'
'client-request-id': 'REDACTED'
'x-client-current-telemetry': 'REDACTED'
'x-client-last-telemetry': 'REDACTED'
'User-Agent': 'azsdk-python-identity/1.21.0 Python/3.11.4
(Linux-4.18.0-553.46.1.el8_10.x86_64-x86_64-with-glibc2.28)'
A body is sent with the request
[2025-04-07T13:57:39.879+0200] {_universal.py:545} INFO - Response status:
200
Response headers:
'Cache-Control': 'no-store, no-cache'
'Pragma': 'no-cache'
'Content-Type': 'application/json; charset=utf-8'
'Expires': '-1'
'Strict-Transport-Security': 'REDACTED'
'X-Content-Type-Options': 'REDACTED'
'P3P': 'REDACTED'
'client-request-id': 'REDACTED'
'x-ms-request-id': <request id here>
'x-ms-ests-server': 'REDACTED'
'x-ms-clitelem': 'REDACTED'
'x-ms-srs': 'REDACTED'
'Content-Security-Policy-Report-Only': 'REDACTED'
'X-XSS-Protection': 'REDACTED'
'Set-Cookie': 'REDACTED'
'Date': 'Mon, 07 Apr 2025 11:57:39 GMT'
'Content-Length': '1407'
[2025-04-07T13:57:39.879+0200] {get_token_mixin.py:148} INFO -
ClientSecretCredential.get_token succeeded
[2025-04-07T13:57:41.127+0200] {_client.py:1773} INFO - HTTP Request: GET
https://api.powerbi.com/v1.0/myorg/admin/groups?$top=600&$expand=users
"HTTP/1.1 200 OK"
[2025-04-07T13:57:41.145+0200] {triggerer_job_runner.py:631} INFO - Trigger
test_api_call_dag2/manual__2025-04-07T11:57:37.480032+00:00/get_groups/-1/1 (ID
12080) fired: TriggerEvent<{'status': 'success', 'type': 'builtins.dict',
'response': '{"@odata.context":
"https://api.powerbi.com/v1.0/myorg/admin/$metadata#groups", "@odata.count":
486, "value": [ < correct response >
--
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]