Thanks Jay for the info. I just got a chance to play with Daft. Had it installed locally. As you said, it is pretty easy to load up parquet files from the s3 object store. I ran daft in local mode and on a local ray cluster. That does seem to be pretty straightforward. What I am trying to do is to instead of read s3 files, I would like to have a way to point to aws glue, so I can read from a glue database/tables. I also want to be able to write against the glue catalog, so it I’ll be able to create glue database tables much like Spark can do or with Athena CTAS. I would like to do this without using Ray on Glue. I’d like to have my own ray cluster running on eks cluster. I cannot find any documentation or examples how to that.