Skip to content

Commit

Permalink
fix(ingest): glue - fix minor logging bug. (#5605)
Browse files Browse the repository at this point in the history
  • Loading branch information
rslanka authored Aug 10, 2022
1 parent 2b2488e commit 3aa74e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions metadata-ingestion/src/datahub/ingestion/source/aws/glue.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,7 @@ def process_dataflow_graph(
# in nodes. this may lead to broken edge in lineage.
if source_node is None or target_node is None:
logger.warning(
flow_urn,
f"Unrecognized source or target node in edge: {edge}. Skipping.\
f"{flow_urn}: Unrecognized source or target node in edge: {edge}. Skipping.\
This may lead to broken edge in lineage",
)
continue
Expand Down

0 comments on commit 3aa74e0

Please sign in to comment.