Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2023 10:15 AM
Maybe try to use (and the first test in the separate notebook) standard df = spark.read.table("customer_order_silver") to calculate approxQuantile.
Of course, you need to set that customer_order_silver has a target location in the catalog, so read using regular spark.read will work.
My blog: https://databrickster.medium.com/