dabla commented on issue #54350:
URL: https://github.com/apache/airflow/issues/54350#issuecomment-3244938341

   I patched the _build_request_adapter method of the KiotaRequestAdapterHook 
locally and replace following line:
   
   `config = connection.extra_dejson if connection.extra else {}`
   
   With:
   
   `config = json.loads(connection.extra) if connection.extra else {}`
   
   And now it works again locally in 3.0.6.


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