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

[firestore-bigquery-export] support bigquery integer range partitioning #2292

Open
pldelattre opened this issue Feb 18, 2025 · 0 comments
Open
Labels
type: feature request New feature or request

Comments

@pldelattre
Copy link

[REQUIRED] Step 2: Extension name

This feature request is for extension: firestore-bigquery-export

What feature would you like to see?

Support bigquery integer range partitioning in the extension

How would you use it?

I have a customerId property at the root of my firestore documents. Partitioning on customerId (BQ integer range partitioning) would be much more useful than partitioning on a date field. Most of my BQ SQL request will retrieve all documents for one customer and a date partitioning does not bring any value.

@pldelattre pldelattre added the type: feature request New feature or request label Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant