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

Add a extensible interface for adding udfclient wrapper script for debugging #231

Open
tkilias opened this issue Apr 12, 2021 · 0 comments
Labels
feature Product feature

Comments

@tkilias
Copy link
Collaborator

tkilias commented Apr 12, 2021

Background:

  • Sometimes, we need to debug the udfclient running directly in the database.
  • For that, we often need to run another binary besides the udfclient and need to store its output outside of the UDF, because UDF only have temporary storage
  • A common way to do this via a wrapper script which runs instead of the udfclient and then start the additional binary and the udfclient
  • We already did this few times and to redo it everytime is annoying, so it would be good to have an extensible interface inject such wrapper scripts
  • https://github.com/exasol/script-languages-release/tree/enhancement/debug_wrapper contains an incomplete first implementation

see also #238

@tomuben tomuben self-assigned this Sep 6, 2021
@tomuben tomuben removed their assignment Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

No branches or pull requests

3 participants