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

Make it easier to test VRL transformations + schema changes #30

Open
Samrose-Ahmed opened this issue Dec 16, 2022 · 1 comment
Open

Comments

@Samrose-Ahmed
Copy link
Contributor

Samrose-Ahmed commented Dec 16, 2022

Overview

It is currently difficult to test VRL and schema changes in Matano. It requires a deployment and results in errors that make it hard to ascertain the issue.

Goal

Add functionality to be able to test changes to VRL transformations and schema's easily while developing.

@cscetbon
Copy link

@Samrose-Ahmed have you tried to write a simple example ? I've been trying to do something like this but I get

the trait bound `vrl::prelude::ArgumentList: From<HashMap<&str, vrl::value::Value>>` 
is not satisfied required for `HashMap<&str, vrl::value::Value>` to implement
 `Into<vrl::prelude::ArgumentList>`

when I copy an existing test for a new function I added

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