Skip to content

Commit fdec8c7

Browse files
trina242Katarzyna Kałek
and
Katarzyna Kałek
authored
deleted empty warning from s3 ingestion (#20477)
Co-authored-by: Katarzyna Kałek <kkalek@olx.pl>
1 parent fc6a2b1 commit fdec8c7

File tree

1 file changed

+0
-1
lines changed
  • ingestion/src/metadata/ingestion/source/storage/s3

1 file changed

+0
-1
lines changed

ingestion/src/metadata/ingestion/source/storage/s3/metadata.py

-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ def _generate_container_details(
305305
client=self.s3_client,
306306
)
307307
except Exception as err:
308-
logger.warning()
309308
self.status.failed(
310309
error=StackTraceError(
311310
name=f"{bucket_name}/{sample_key}",

0 commit comments

Comments
 (0)