mirror of
https://github.com/apache/superset.git
synced 2026-06-05 15:49:27 +00:00
chore: downgrade expected exception from error to info (#10994)
* chore: reduce number of error logs * info -> warning
This commit is contained in:
@@ -79,7 +79,7 @@ class DatasetDAO(BaseDAO):
|
||||
database.get_table(table_name, schema=schema)
|
||||
return True
|
||||
except SQLAlchemyError as ex: # pragma: no cover
|
||||
logger.error("Got an error %s validating table: %s", str(ex), table_name)
|
||||
logger.warning("Got an error %s validating table: %s", str(ex), table_name)
|
||||
return False
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user