Skip to content

Commit

Permalink
Update src/services/dbtLineageService.ts
Browse files Browse the repository at this point in the history
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
  • Loading branch information
AdiGajbhiye and ellipsis-dev[bot] authored Nov 12, 2024
1 parent 0333496 commit bf4570b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/dbtLineageService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ export class DbtLineageService {
})) || [];
return {
column_lineage,
confindence: result.confidence,
confidence: result.confidence,
errors: result.errors_dict,
};
} catch (error) {
Expand Down

0 comments on commit bf4570b

Please sign in to comment.