Skip to content

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
@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 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: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants