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

Infer edges from previous node inputs #334

Merged
merged 2 commits into from
Dec 28, 2023

Conversation

dbwiddis
Copy link
Member

Description

If the previous_node_inputs section requires input from a previous node, infers that the edge exists even if it hasn't been explicitly defined.

Issues Resolved

Fixes #333

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@github-actions github-actions bot added the backport 2.x backport PRs to 2.x branch label Dec 28, 2023
@dbwiddis dbwiddis force-pushed the infer-edges branch 3 times, most recently from 32530ac to f4a52a5 Compare December 28, 2023 04:18
@dbwiddis dbwiddis merged commit 0855f8f into opensearch-project:main Dec 28, 2023
19 checks passed
@dbwiddis dbwiddis deleted the infer-edges branch December 28, 2023 17:05
opensearch-trigger-bot bot pushed a commit that referenced this pull request Dec 28, 2023
* Infer edges from previous node inputs

Signed-off-by: Daniel Widdis <[email protected]>

* Fix integ test to make sure we get proper error

Signed-off-by: Daniel Widdis <[email protected]>

---------

Signed-off-by: Daniel Widdis <[email protected]>
(cherry picked from commit 0855f8f)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
dbwiddis pushed a commit that referenced this pull request Dec 28, 2023
Infer edges from previous node inputs (#334)

* Infer edges from previous node inputs



* Fix integ test to make sure we get proper error



---------


(cherry picked from commit 0855f8f)

Signed-off-by: Daniel Widdis <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x backport PRs to 2.x branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Automatically infer edges from previous node inputs
3 participants