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

Code packaging for script tasks #48

Open
spitz-dan-l opened this issue Jul 20, 2022 · 0 comments
Open

Code packaging for script tasks #48

spitz-dan-l opened this issue Jul 20, 2022 · 0 comments

Comments

@spitz-dan-l
Copy link
Contributor

Currently script tasks cannot use code packaging. This would be useful for a variety of purposes, including running non-python code snippets that may import user-authored source code.

To do it, I think you'd need to render the code package extraction code as bash in the script wrapper. Any future changes to code packaging that affected extraction would have to be maintained in two places- the python version and bash version.

Is this something you'd be interested in accepting as a PR?

Cheers,
Dan Spitz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant