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

Extractors need chunking ability #5

Open
conorkcorbin opened this issue Feb 7, 2023 · 1 comment
Open

Extractors need chunking ability #5

conorkcorbin opened this issue Feb 7, 2023 · 1 comment

Comments

@conorkcorbin
Copy link
Collaborator

STARR extractors take cohort tables and join them to specific tables within our STARR data extract on bigquery to create a timeline of features for each ML example.

When the number of rows in the provided cohort table is too large, bigquery complains.

TODO: implement chunking so that extractors can join chunks of a cohort table iteratively so that bigquery does not complain. Needed for all extractors.

@conorkcorbin
Copy link
Collaborator Author

@jyx-su did you end up implementing something like this for your project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant