dabla commented on code in PR #55179: URL: https://github.com/apache/airflow/pull/55179#discussion_r2333499121
########## 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: There is an [issue](https://github.com/apache/airflow/issues/54350) open to it, which was fixed but then failed again due to the issue with the connection.extra_dejson, should a new issue be opened for that specific case? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org