mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-17 04:52:17 +00:00
Issue-787: sql_source mark entities failed to ingest in warning (#796)
This commit is contained in:
parent
3bf5999224
commit
f43bf000cd
@ -246,7 +246,7 @@ class SQLSource(Source):
|
||||
yield table_and_db
|
||||
except Exception as err:
|
||||
logger.error(err)
|
||||
self.status.failures.append(
|
||||
self.status.warnings.append(
|
||||
"{}.{}".format(self.config.service_name, table_name)
|
||||
)
|
||||
continue
|
||||
@ -304,7 +304,7 @@ class SQLSource(Source):
|
||||
yield table_and_db
|
||||
except Exception as err:
|
||||
logger.error(err)
|
||||
self.status.failures.append(
|
||||
self.status.warnings.append(
|
||||
"{}.{}".format(self.config.service_name, view_name)
|
||||
)
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user