Connect to delta table from mlflow pyfunc serving endpoint
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2023 04:12 AM
Hi, I'm creating an mlflow pyfunc serving endpoint and I would like to connect to a delta table to retrieve some information within the pyfunc. Is this possible?
I ask because I don't think that serving endpoint environment has access to spark, and we would have to instantiate a spark session which would have an amount of overhead?