Hi!
I created DLT pipeline and I'm getting this error:[STREAM_FAILED] Query [id = ***, runId = ***] terminated with exception: object com.databricks.cdc.spark.DebeziumJDBCMicroBatchProvider not found.
I'm using Serverless.
How to verify that the required library or package containing the missing class is correctly included in my environment?
How to check my Spark configuration to ensure that the necessary dependencies are available?
I saw in other answers/questions ideas what to do, but I don't know how to check it.