Skip to content

feat: add pipeline query parity #1047

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

Closed

Conversation

daniel-sanche
Copy link
Contributor

@daniel-sanche daniel-sanche commented May 12, 2025

This PR extends pipeline expressions to allow converting from a Query to a Pipeline expression. All necessary stages and expressions have been added

Most of the changes in the PR is relatively boiler plate. pipeline_stages and pipeline_expressions have some new classes. But the main change to review is base_query.pipeline(), which implements the conversion from query to pipeline format

Note:
The intention of this PR was to have all system test queries add verify_query, to compare results between pipelines and standard RunQuery calls. But RunQuery is currently not available in enterprise dbs. Instead, the PR adds the configuration to run those tests locally, with a TODO (and related GitHub issue) to add it to the CI in the future

@daniel-sanche daniel-sanche marked this pull request as ready for review June 17, 2025 22:43
@daniel-sanche daniel-sanche requested review from a team as code owners June 17, 2025 22:43
Base automatically changed from pipeline_queries_1_stubs to pipeline_queries_approved June 17, 2025 22:54
@daniel-sanche
Copy link
Contributor Author

Closing so I can reorder PRs

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.

2 participants