cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

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?

1 ACCEPTED SOLUTION

Accepted Solutions

-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

2 REPLIES 2

-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.

Neha_1688
New Contributor II

ok Thanks for inputs

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now