You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class 'za.co.absa.pramen.core.source.JdbcSource' is not an instance of 'za.co.absa.pramen.api.ExternalChannelFactory[za.co.absa.pramen.api.Source]'
java.lang.IllegalArgumentException: Class 'za.co.absa.pramen.core.source.JdbcSource' is not an instance of 'za.co.absa.pramen.api.ExternalChannelFactory[za.co.absa.pramen.api.Source]'
at za.co.absa.pramen.core.utils.ClassLoaderUtils$.loadSingletonClassOfType(ClassLoaderUtils.scala:37)
at za.co.absa.pramen.core.ExternalChannelFactoryReflect$.fromConfig(ExternalChannelFactoryReflect.scala:49)
at za.co.absa.pramen.core.ExternalChannelFactoryReflect$.fromConfigByName(ExternalChannelFactoryReflect.scala:105)
at za.co.absa.pramen.core.source.JdbcSourceSuite.$anonfun$new$4(JdbcSourceSuite.scala:137)
Expected behavior
information.date.type should be ignored when has.information.date.column = false
If has.information.date.column = true the error should reflect the actual error.
Context
Pramen/pramen-py version: 1.10.0
Spark version: 3.4.4
Scala/Python version: 2.21
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
Code and/or configuration snippet that caused the issue
Stack trace
Expected behavior
information.date.type
should be ignored whenhas.information.date.column = false
has.information.date.column = true
the error should reflect the actual error.Context
The text was updated successfully, but these errors were encountered: