Skip to content

feat: add pipelines structure #1046

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

Open
wants to merge 126 commits into
base: pipeline_queries_approved
Choose a base branch
from

Conversation

daniel-sanche
Copy link
Contributor

This is the first PR for pipelines support, adding the base structure for the new feature:

  • added PipelineSource class to create a new pipeline pointed at a resource
    • added client.pipeline() to create a new PipelineSource object
  • added pipeline_expressions file to hold set of expressions
    • Currently just holding base Expr and Constant
  • added pipeline_stages file to hold set of stages.
    • Currently just holding base Stage, Collection, and GenericStage
  • added BasePipeline, Pipeline, and AsyncPipeline to chain together sequences of stages
    • implemented pipleine.execute() in sync and async classes
  • added PipelineResult to expose resulting data back to the user

This PR contains unit tests. System tests will come later, when we have more stages

@daniel-sanche daniel-sanche requested review from a team as code owners May 12, 2025 23:30
@product-auto-label product-auto-label bot added size: xl Pull request size is extra large. api: firestore Issues related to the googleapis/python-firestore API. labels May 12, 2025
@daniel-sanche daniel-sanche force-pushed the pipeline_queries_approved branch from b57424d to 3f9b65f Compare May 13, 2025 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: firestore Issues related to the googleapis/python-firestore API. size: xl Pull request size is extra large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy