Skip to content

Commit

Permalink
Added todo for later implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramon committed Jun 22, 2024
1 parent 26236bc commit 691a3eb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ class ManifestService(private var project: Project) {

fun getLineageInfoForNode(node: String): LineageInfo? {

Check warning on line 156 in src/main/kotlin/com/github/ramonvermeulen/dbtToolkit/services/ManifestService.kt

View workflow job for this annotation

GitHub Actions / Qodana Community for JVM

Redundant nullable return type

'getLineageInfoForNode' always returns non-null type
manifestLock.withLock {
// todo(find a way to reparse the manifest if the node cannot be found)
// e.g. this happens when someone during the project lifecycle creates a new SQL model
if (manifest == null) {
parseManifest()
}
Expand Down

0 comments on commit 691a3eb

Please sign in to comment.