Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2023 10:22 AM
It will work inside def capping_unitPrice_Qt() I am using precisely the same approach.
To read a delta live table do I just use spark.read.table("customer_order_silver")?
Yes, if the table is registered in metastore. Usually, you prefix it with a database/schema name (so database.customer_order_silver). It is specified in DLT setting what is the name of the database.
My blog: https://databrickster.medium.com/