Skip to content

Commit 0d8bce7

Browse files
committed
removed unsurfaced external url
1 parent 8525ad7 commit 0d8bce7

File tree

1 file changed

+0
-1
lines changed
  • metadata-ingestion/src/datahub/ingestion/source

1 file changed

+0
-1
lines changed

metadata-ingestion/src/datahub/ingestion/source/superset.py

-1
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,6 @@ def generate_virtual_dataset_lineage(
728728
UpstreamClass(
729729
type=DatasetLineageTypeClass.TRANSFORMED,
730730
dataset=input_table_urn,
731-
properties={"externalUrl": dataset_url},
732731
)
733732
for input_table_urn in parsed_query_object.in_tables
734733
],

0 commit comments

Comments
 (0)