Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: Support Postgres UDFs #1870

Closed
scottcode opened this issue Jul 2, 2019 · 2 comments
Closed

FEAT: Support Postgres UDFs #1870

scottcode opened this issue Jul 2, 2019 · 2 comments

Comments

@scottcode
Copy link
Contributor

As a user of PostgreSQL, I would like (in ibis):

  • to be able to use user-defined functions (UDFs)
  • to be able to use UDFs that are already defined in the database (I just want to refer to them and use them)
  • to wrap a python function, automatically define it as a PL/Python function in the database, and be able to use it with ibis objects
  • to be able to test Postgres UDF functionality in the ibis test suite
    • The current image used for Postgres does not have PL/Python installed, so tests of Python UDFs require using a different Docker image
@scottcode
Copy link
Contributor Author

I just created a PR (#1871) that provides all the above features. Feedback would be much appreciated.

@scottcode
Copy link
Contributor Author

#1871 provides this functionality and has been merged.

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

No branches or pull requests

1 participant