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 dp
Which one is the correct library? Are there significant differences between these two?
I could not find any comparison between these two.