dabla commented on PR #71890: URL: https://github.com/apache/airflow/pull/71890#issuecomment-5619523855
> Directionally fine, I have a few qns / todos here. > > 1. Can we also update the doc: https://airflow.apache.org/docs/task-sdk/stable/deferred-vs-async-operators.html? The example mentions `hook = KiotaRequestAdapterHook.get_hook(conn_id="msgraph_default")` > 2. Should we be also covering the other methods like `to_dict`, `get_extra_dejson` here? Don't know if we still want to implement an async version of `get_extra_dejson` knowing it's already deprecated in favor of `extra_dejson` which already has an async counterpart? I don't think `to_dict` is used in async paths but we could add it if you want? -- 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]
