We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f329141 commit 6a00a06Copy full SHA for 6a00a06
pramen/core/src/main/scala/za/co/absa/pramen/core/runner/AppRunner.scala
@@ -202,7 +202,7 @@ object AppRunner {
202
throw new IllegalArgumentException(s"Non-existent or disabled jobs selected for execution. Output tables: ${notFoundJobs.mkString(", ")}")
203
}
204
205
- jobs.filter(job => selectedTablesSet.contains(job.outputTable.name) || job.outputTable.format.isTransient)
+ jobs.filter(job => selectedTablesSet.contains(job.outputTable.name) || job.outputTable.format.isLazy)
206
207
}, state, "selecting jobs for execution")
208
0 commit comments