SadmiB commented on issue #28879:
URL: https://github.com/apache/airflow/issues/28879#issuecomment-1397222407
I updated the callback fucntions to sample functions for test as follows:
```python3
import logging
logger: logging.Logger = logging.getLogger(__name__)
def download_folder(s3_bucket, data_dir):
logger.info("Download folder:", s3_bucket, data_dir)
def download_raw_weights(s3_bucket, raw_weights_path):
logger.info("Download raw weights:", s3_bucket, raw_weights_path)
```
But the issue is still always the same.
--
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]