cancel
Showing results for 
Search instead for 
Did you mean: 
Reda
New Contributor II
since ‎10-24-2022
‎06-26-2023

User Stats

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 3 Kudos received

User Activity

Hey,I'm trying to create a DLT pipeline that reads from a JDBC source, and the code I'm using looks something like this in python:import dlt @dlt.table def table_name(): driver = 'oracle.jdbc.driver.OracleDriver' url = '...' query = 'SELECT ......
Kudos from