mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-30 18:17:53 +00:00
deleted empty warning from s3 ingestion (#20477)
Co-authored-by: Katarzyna Kałek <kkalek@olx.pl>
This commit is contained in:
parent
fc6a2b1219
commit
fdec8c7b6b
@ -305,7 +305,6 @@ class S3Source(StorageServiceSource):
|
|||||||
client=self.s3_client,
|
client=self.s3_client,
|
||||||
)
|
)
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
logger.warning()
|
|
||||||
self.status.failed(
|
self.status.failed(
|
||||||
error=StackTraceError(
|
error=StackTraceError(
|
||||||
name=f"{bucket_name}/{sample_key}",
|
name=f"{bucket_name}/{sample_key}",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user