clarifai-python
clarifai-python copied to clipboard
DEVX-426: get_upload_status overriding log_warnings table in log file issue
Why
- This PR is in reference to the ticket --> https://clarifai.atlassian.net/browse/DEVX-426.
How
- Issue: When trying
get_upload_statusargs along withlog_warningsindataset.upload_datasetfunction we are facing an issue where the upload status table overrides the log file sinceself.loggeris shared between both loggers.
Tests
- No tests, Tested locally with all parameters and batch size to ensure it fixes the problem.
@sanjaychelliah @sainivedh could you please look into this ?