arkadiuszbach commented on issue #55724: URL: https://github.com/apache/airflow/issues/55724#issuecomment-3377068690
That's the same problem as in: https://github.com/apache/airflow/pull/52119/files Azure SDK is exposing close, but its not called, it has to be called once we are done with the client or "with" context manager used. Client creation: https://github.com/apache/airflow/blob/28e49e72bf18a0b5a3440baf673eacb2a5814f7c/providers/microsoft/azure/src/airflow/providers/microsoft/azure/hooks/data_factory.py#L1155 close not called: - https://github.com/apache/airflow/blob/28e49e72bf18a0b5a3440baf673eacb2a5814f7c/providers/microsoft/azure/src/airflow/providers/microsoft/azure/hooks/data_factory.py#L1216 - https://github.com/apache/airflow/blob/28e49e72bf18a0b5a3440baf673eacb2a5814f7c/providers/microsoft/azure/src/airflow/providers/microsoft/azure/hooks/data_factory.py#L1182 - https://github.com/apache/airflow/blob/28e49e72bf18a0b5a3440baf673eacb2a5814f7c/providers/microsoft/azure/src/airflow/providers/microsoft/azure/hooks/data_factory.py#L1162 -- 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]
