eakmanrq / sqlframe

Turning PySpark Into a Universal DataFrame API
https://sqlframe.readthedocs.io/en/stable/
MIT License
191 stars 3 forks source link

Does this library support python udfs? #24

Closed jtalmi closed 2 months ago

eakmanrq commented 2 months ago

Not currently but this is something I am looking to add support for assuming the target engine supports Python UDFs. What engine are you looking to use a Python UDF with?

jtalmi commented 2 months ago

BQ...so I didn't think it was possible...

eakmanrq commented 2 months ago

Yeah sadly that would not be possible since BQ doesn't support Python UDFs. 😞

eakmanrq commented 2 months ago

If someone has an engine they want to see Python UDF support for please open a new issue with the engine included