mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 04:56:54 +00:00
Fixes: Snowflake Tags Ingestion (#23040)
* fix: snowflake tag ingestion error handling * fix: python checkstyle (cherry picked from commit 697b318f75ef630907abc2dece428ec67383ab53)
This commit is contained in:
parent
4c323ab8fb
commit
ddc9e307be
@ -512,13 +512,8 @@ class SnowflakeSource(
|
||||
)
|
||||
)
|
||||
except Exception as inner_exc:
|
||||
yield Either(
|
||||
left=StackTraceError(
|
||||
name="Tags and Classifications",
|
||||
error=f"Failed to fetch tags due to [{inner_exc}]",
|
||||
stackTrace=traceback.format_exc(),
|
||||
)
|
||||
)
|
||||
logger.debug(traceback.format_exc())
|
||||
logger.error(f"Failed to fetch tags due to [{inner_exc}]")
|
||||
|
||||
for res in result:
|
||||
row = list(res)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user