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

Specify additional sources when creating a package #857

Open
nandorsoma opened this issue Oct 10, 2024 · 1 comment · May be fixed by #858
Open

Specify additional sources when creating a package #857

nandorsoma opened this issue Oct 10, 2024 · 1 comment · May be fixed by #858
Labels
enhancement New feature or request packager
Milestone

Comments

@nandorsoma
Copy link
Contributor

When publishing a package, files are taken from the package root. However, additional sources, like build-generated files (e.g., .jar), may need inclusion. For instance, when publishing a UDF, metadata is stored in the root, while the UDF itself is compiled into a .jar in the target folder. Instead of using a separate script to assemble the package before publishing, it is more robust to include additional sources directly in the package.json. See an example here.

@nandorsoma nandorsoma self-assigned this Oct 10, 2024
@github-project-automation github-project-automation bot moved this to Backlog in DataSQRL Oct 10, 2024
@nandorsoma nandorsoma linked a pull request Oct 10, 2024 that will close this issue
@henneberger
Copy link
Contributor

henneberger commented Oct 16, 2024

#877 can resolve this. Also see #880 for the other preprocessor that changes files.

@henneberger henneberger added enhancement New feature or request packager labels Oct 16, 2024
@henneberger henneberger added this to the uncategorized milestone Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request packager
Projects
Status: Ready
Development

Successfully merging a pull request may close this issue.

2 participants