Skip to content

Commit

Permalink
py_format
Browse files Browse the repository at this point in the history
  • Loading branch information
SumanMaharana committed Dec 19, 2024
1 parent 0c5a27a commit 16a5c26
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,8 @@ def process_dbt_owners(
yield Either(
left=StackTraceError(
name=str(table_entity.fullyQualifiedName.root),
error=f"Failed to parse the node {table_entity.fullyQualifiedName.root} to update dbt owner: {exc}",
error=f"Failed to parse the node"
f"{table_entity.fullyQualifiedName.root} to update dbt owner: {exc}",
stackTrace=traceback.format_exc(),
)
)
Expand Down

0 comments on commit 16a5c26

Please sign in to comment.