crate-admin icon indicating copy to clipboard operation
crate-admin copied to clipboard

Draft: Add UDF Section

Open proddata opened this issue 4 years ago • 1 comments

Summary of the changes / Why this is an improvement

Adding a view for User Defined Functions helps to manage and replace UDFs within CrateDB. Before one would need to manually manage UDFs outside of CrateDB and/or remember queries like.

SELECT *
FROM information_schema.routines
WHERE routine_type = 'FUNCTION';

to check which UDFs exist within CrateDB

image

forked from Views-view / section

Open To-Dos:

  • [ ] Find or Create a suitable icon for sidebar
  • [ ] Find a solution to translate internal data types like integer_array to ARRAY(INTEGER)
  • [ ] Finish Create or Replace functionality
  • [ ] Add correct translations (i18n)
  • [ ] General cleanup (As this was derived from the views view)

closes #734

Checklist

  • [x] CLA is signed

proddata avatar Oct 23 '21 11:10 proddata

Hi Georg,

I was just scanning the unmerged patches and found this. Did you plan to add more things before unflagging the "Draft" mode?

With kind regards, Andreas.

amotl avatar Jun 03 '22 09:06 amotl