Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

feat: pipelines create_from()#1124

Merged
daniel-sanche merged 6 commits intopipeline-previewfrom
pipelines_create_from
Nov 7, 2025
Merged

feat: pipelines create_from()#1124
daniel-sanche merged 6 commits intopipeline-previewfrom
pipelines_create_from

Conversation

@daniel-sanche
Copy link
Contributor

@daniel-sanche daniel-sanche commented Nov 5, 2025

Firestore Pipelines allows creating pipelines from existing query objects.

Previously this was done using query.pipeline(). The API was changed to client.pipeline().create_from(query)

The old query.pipeline logic was made private and turned into query._build_pipeline(source)

@daniel-sanche daniel-sanche requested review from a team as code owners November 5, 2025 00:43
@daniel-sanche daniel-sanche requested a review from a team November 5, 2025 00:43
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: firestore Issues related to the googleapis/python-firestore API. labels Nov 5, 2025
@daniel-sanche daniel-sanche merged commit b77002d into pipeline-preview Nov 7, 2025
9 of 10 checks passed
@daniel-sanche daniel-sanche deleted the pipelines_create_from branch November 7, 2025 20:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: firestore Issues related to the googleapis/python-firestore API. size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants