File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -531,7 +531,7 @@ export class NewLineagePanel implements LineagePanelView {
531
531
window . showErrorMessage (
532
532
`An error occured while trying to compile your model: ${ current_node } , type: ${ current_node_type } ` +
533
533
exc . exception . message +
534
- ". Probably your dbt model is not yet materialized. " ,
534
+ "." ,
535
535
) ;
536
536
this . telemetry . sendTelemetryError (
537
537
"columnLineageCompileNodePythonError" ,
@@ -568,9 +568,9 @@ export class NewLineagePanel implements LineagePanelView {
568
568
569
569
if ( relationsWithoutColumns . length !== 0 ) {
570
570
window . showErrorMessage (
571
- "Failed to fetch columns for following tables: " +
571
+ "Failed to fetch columns for " +
572
572
relationsWithoutColumns . join ( ", " ) +
573
- "." ,
573
+ ". Probably the dbt models are not yet materialized. " ,
574
574
) ;
575
575
// we still show the lineage for the rest of the models whose
576
576
// schemas we could get so not returning here
You can’t perform that action at this time.
0 commit comments