bugraoz93 commented on code in PR #55179:
URL: https://github.com/apache/airflow/pull/55179#discussion_r2347505741


##########
providers/microsoft/azure/src/airflow/providers/microsoft/azure/hooks/msgraph.py:
##########
@@ -250,7 +250,9 @@ def to_msal_proxies(self, authority: str | None, proxies: 
dict) -> dict | None:
     def _build_request_adapter(self, connection) -> tuple[str, RequestAdapter]:
         client_id = connection.login
         client_secret = connection.password
-        config = connection.extra_dejson if connection.extra else {}
+        # TODO: do not use connection.extra_dejson until it's fixed in Airflow 
otherwise expect:

Review Comment:
   ```suggestion
           # TODO (#54350): do not use connection.extra_dejson until it's fixed 
in Airflow otherwise expect:
   ```



##########
providers/microsoft/azure/tests/unit/microsoft/azure/operators/test_powerbi.py:
##########
@@ -29,21 +29,17 @@
 )

Review Comment:
   Some tests in this one are failing. Can you fix it, please?
   
   
https://github.com/apache/airflow/actions/runs/17713756636/job/50336128458?pr=55179



-- 
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]

Reply via email to