Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2023 08:15 AM
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?
Labels:
- Labels:
-
DLT
-
DLT Pipeline
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 12:06 AM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 07:54 AM
ok Thanks for inputs