koteshyelamati commented on PR #64564: URL: https://github.com/apache/airflow/pull/64564#issuecomment-4587210100
I would like to take this on. My approach: The azure-batch SDK v15.x replaced BatchServiceClient with the new BatchClient and changed several method signatures (e.g. job.add() → job.create_job()). The Airflow Azure Batch provider still depends on the <15 pin, which blocks users on newer SDK versions. My plan: audit all method calls in airflow/providers/microsoft/azure/operators/batch.py and hooks/batch.py against the v15.x changelog, update the BatchClient instantiation, migrate deprecated method calls, update provider.yaml to remove the <15 cap, and add/update unit tests to mock the new SDK interface. I build and operate Kafka + Spring Boot microservices on AWS and have worked with the Azure SDK in data pipeline contexts. Happy to submit a PR once assigned. -- 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]
