The DBT job triggered successfully in DBT, found below error message in the spool output. Is this something to be addressed or ignored?
2026-01-28T15:48:57.284-06:00: Version: 1.0.9
No such method triggerJobName
java.lang.NoSuchMethodException: com.broadcom.dbt.DbtPojo.triggerJobName(dbt.Endpoint, dbt.Token, dbt.AccountId, dbt.JobName, dbt.Cause, dbt.MaxRetry, dbt.SleepInterval, dbt.FailureInterval, dbt.LogLevel)
at java.lang.Class.getMethod(Class.java:1786)
at cybermation.plugins.dataservices.handler.CybPOJOHandler.a(CybPOJOHandler.java:158)
at cybermation.plugins.dataservices.handler.CybPOJOHandler.run(CybPOJOHandler.java:272)
at java.lang.Thread.run(Thread.java:750)
This indicates that the job definition is missing some parameters. The triggerJobName method (V2) requires 15 parameters.
Make sure to include all parameters in the job in the correct order. If a parameter does not have a value, specify it using double quotes "".