deleted empty warning from s3 ingestion (#20477)

Co-authored-by: Katarzyna Kałek <kkalek@olx.pl>
This commit is contained in:
Katarzyna Kałek 2025-03-27 16:36:51 +01:00 committed by GitHub
parent fc6a2b1219
commit fdec8c7b6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -305,7 +305,6 @@ class S3Source(StorageServiceSource):
client=self.s3_client,
)
except Exception as err:
logger.warning()
self.status.failed(
error=StackTraceError(
name=f"{bucket_name}/{sample_key}",