cwida / duckdb-pgq

DuckDB is an in-process SQL OLAP Database Management System
http://www.duckdb.org
MIT License
38 stars 1 forks source link

Forgot to add UDF to sqlpgq_config.py #46

Closed Dtenwolde closed 1 year ago

Dtenwolde commented 1 year ago

https://github.com/cwida/duckdb-pgq/blob/534854d530766cff9a48ff67ff4dac110ab81ec0/extension/sqlpgq/sqlpgq_config.py

When registering a new UDF, make sure to add it to the list of files in the sqlpgq_config.py @vlowingkloude

Also now you have to make a pull request and (if correct) I have to approve the merge :)

vlowingkloude commented 1 year ago

I added the files to sqlpgq_config.py.