Skip to content

Commit

Permalink
fix(ingest/mode): tweak lineage warning message (datahub-project#12616)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored and Tobias Tekampe committed Feb 14, 2025
1 parent dc7c29c commit ce09b4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata-ingestion/src/datahub/ingestion/source/mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,9 +759,9 @@ def _get_platform_and_dbname(
return platform, database
else:
self.report.report_warning(
title="Failed to create Data Platform Urn",
message=f"Cannot create datasource urn for datasource id: "
f"{data_source_id}",
title="Unable to construct upstream lineage",
message="We did not find a data source / connection with a matching ID, meaning that we do not know the platform/database to use in lineage.",
context=f"Data Source ID: {data_source_id}",
)
return None, None

Expand Down

0 comments on commit ce09b4b

Please sign in to comment.