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

feat(server): references support in Pipeline (remove PipelineWithRefs type) TCTC-7763 #2007

Merged
merged 13 commits into from
Jan 31, 2024

Conversation

davinov
Copy link
Member

@davinov davinov commented Jan 31, 2024

Support references in both Pipeline and PipelineWithVariables.
And remove PipelineWithRefs.

@davinov davinov force-pushed the fix-pipeline-types branch from 6022409 to 0e37877 Compare January 31, 2024 14:09
@davinov davinov changed the title feat(server): references support in Pipeline (remove PipelineWithRefs type) feat(server): references support in Pipeline (remove PipelineWithRefs type) TCTC-7763 Jan 31, 2024
@davinov davinov marked this pull request as ready for review January 31, 2024 15:09
Copy link
Contributor

@lukapeschke lukapeschke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Much better, thanks a lot! 🙏

@@ -245,42 +265,55 @@ def _remove_void_from_condition(condition: Condition) -> Condition | None:
return condition


JoinStepMaybeWithVariables = TypeVar("JoinStepMaybeWithVariables", bound=JoinStep | JoinStepWithVariable)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice effort on typing ✨

server/src/weaverbird/pipeline/steps/domain.py Outdated Show resolved Hide resolved
davinov and others added 2 commits January 31, 2024 16:55
@davinov davinov merged commit bcf38ae into master Jan 31, 2024
1 check passed
@davinov davinov deleted the fix-pipeline-types branch January 31, 2024 17:07
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.

2 participants