Skip to content

Fix MetaInject template path when exporting resources - #7221

Merged
hansva merged 2 commits into
apache:mainfrom
michaaels:release/2.16.0
Jun 15, 2026
Merged

Fix MetaInject template path when exporting resources#7221
hansva merged 2 commits into
apache:mainfrom
michaaels:release/2.16.0

Conversation

@michaaels

@michaaels michaaels commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

ETL Metadata Injection exported its template pipeline as a bare filename.
When executed remotely from an exported package, Hop Server could not resolve
that template inside the package ZIP.

This aligns MetaInject with other nested pipeline/workflow exporters by using
${Internal.Entry.Current.Folder}/.

Issues
Fixes #4267

michaaels and others added 2 commits June 15, 2026 14:13
ETL Metadata Injection exported its template pipeline as a bare filename.
When executed remotely from an exported package, Hop Server could not resolve
that template inside the package ZIP.

This aligns MetaInject with other nested pipeline/workflow exporters by using
${Internal.Entry.Current.Folder}/<exported-file>.
Fix MetaInject template path when exporting resources - Test
rebase on main

fix
@hansva
hansva merged commit 3c89d21 into apache:main Jun 15, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Remote execution of Metadata Injection pipeline fails when pipeline referenced is not present at remote server

2 participants