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

public free bundle missing the xml package import #2651

Closed
terryherron opened this issue Jun 11, 2024 · 2 comments
Closed

public free bundle missing the xml package import #2651

terryherron opened this issue Jun 11, 2024 · 2 comments

Comments

@terryherron
Copy link

The free bundle is missing the xml package. This has the xml processor along with parse_xml and format_xml bloblang functions.

https://github.com/redpanda-data/connect/tree/main/public/bundle/free

Excellent project Ashley and congrats on the sale. -Terry (sas)

@Jeffail
Copy link
Collaborator

Jeffail commented Jun 11, 2024

Hey @terryherron, the xml components should be getting pulled in via https://github.com/redpanda-data/connect/blob/main/public/bundle/free/package.go#L43, there's a few hops going on but it eventually ends up at https://github.com/redpanda-data/connect/blob/main/public/components/pure/extended/package.go#L22

Are you able to share what your project looks like?

@terryherron
Copy link
Author

Legend @Jeffail .

I missed that pure/extended import. All is well, thank you.

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

No branches or pull requests

2 participants