DLT pipeline that reads data from JDBC source

Neha_1688
New Contributor II

Could you please guide on how to create the DLT pipeline that directly reads the data from jdbc.When I created the DLT pipeline it give me error at Setting up table, If I ran interactively in notebooks it run successfully, but in non interactive mode it fails.How to attach that .jar file in DLT pieline?

-werners-
Esteemed Contributor III

What you try do to is not possible.

  • dlt uses autoloader, not jdbc
  • no jars (dlt is sql/python only)

I'd skip DLT for this scenario and use an ordinary notebook, nothing wrong with that.

View solution in original post

Neha_1688
New Contributor II

ok Thanks for inputs