Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2025 05:10 AM
In all Databricks documentation, the examples use import dlt to create streaming tables and views. But, when generating sample Python code in ETL pipeline, the import in the sample is:
import pyspark import pipelines as dpWhich one is the correct library? Are there significant differences between these two?
I could not find any comparison between these two.