aaron-y-chen commented on code in PR #71350:
URL: https://github.com/apache/airflow/pull/71350#discussion_r3835822103
##########
providers/microsoft/azure/pyproject.toml:
##########
@@ -99,6 +99,7 @@ dependencies = [
# It was added in https://github.com/apache/airflow/pull/47990/files
# maybe this should be set from upstream
"msal-extensions>=1.3.0",
+ "requests>=2.32.0,<3",
Review Comment:
Wow, this is my first time learning that there's a purely async operator in
Airflow. After doing some survey, I think AAS refresh is a good fit for this
approach since it avoids occupying a worker slot while polling. It's a great
idea to refactor it to be async-only now that I see the benefits. Please give
me some time to implement and verify it :)
--
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]