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

Get property in duplicate stream if present in parent stream #111

Open
ashish-atidiv opened this issue Feb 27, 2023 · 0 comments
Open

Get property in duplicate stream if present in parent stream #111

ashish-atidiv opened this issue Feb 27, 2023 · 0 comments

Comments

@ashish-atidiv
Copy link

Hi Team

I have a config file that looks like this:

{
    "stream_maps": {
        "stream1": {
            "property1": null,
            "property2": null
        },
        "stream1_split": {
            "__source__": "stream1",
            "id":"id",
            "property1": "property1",
            "property2": "property2",
            "__else__": null
        },
        "stream2": {
            "stream2_property1": null
        },
        "stream2_split": {
            "__source__": "stream2",
            "id":"id",
            "stream2_property1": "stream2_property1",
            "__else__": null
        }
}

Is there a way to define properties in stream1_split such that they are included if present in stream1. As of now, I believe this config assumes the property must be present.

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

1 participant