Skip to content

Commit a851531

Browse files
committed
make sure column info exists before reference
1 parent 236094f commit a851531

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,8 @@ def generate_physical_dataset_lineage(
774774
)
775775
]
776776
if cll_info.downstream
777+
and cll_info.downstream.table
778+
and cll_info.downstream.column
777779
else []
778780
)
779781
upstreams = [

0 commit comments

Comments
 (0)