Skip to content

Conversation

tkilias
Copy link
Collaborator

@tkilias tkilias commented Oct 2, 2020

  • Use wrapper functions to define the scope of a UDF and to extract the source code of the UDF
  • Isolate the execution of the UDF from the remaining python state (use new globals and locals)
  • Support SET, SCALAR, RETURNS and EMIT
  • Pandas Dataframe support
  • Support for Connections and Metadata
  • Input and output data type checks
  • Support multiple groups and multiple rows per group
  • Poetry for managing dependencies and build
  • Generate setup.py via dephell to allow pip install from Github.com
  • Github Actions workflow for running tests and checking setup.py

@tkilias tkilias merged commit 05e0600 into master Oct 2, 2020
@tkilias tkilias deleted the enhancement/initial_version branch October 15, 2020 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant