DLT pipeline - DebeziumJDBCMicroBatchProvider not found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2024 02:48 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2024 02:14 AM
Hi @Retired_mod ,
How to check "libraries associated with your cluster" if I'm using Serverless option?
Best regards,
Ksenija
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2024 06:09 AM
@Retired_mod I am experiencing the same error as @ksenija , using enhanced autoscaling clusters in my dlt pipeline. This is when trying to create a streaming table off of a foreign catalog using a sql server external connection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2024 06:50 AM
@jlachniet Are you able to resolve your issue? because I am also facing same issue for sql server connection..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2024 10:41 AM
@Dnirmania, @jlachniet I didn’t manage to resolve this issue, but I created a regular notebook and I’m using MERGE statement. If you can’t merge all data at once, you can use a loop with hourly intervals