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

Support ability to exclude datasets/tables based on labels in bigquery extractor #460

Open
bsushmith opened this issue Jan 19, 2023 · 0 comments

Comments

@bsushmith
Copy link
Member

bsushmith commented Jan 19, 2023

Is your feature request related to a problem? Please describe.
Currently in bigquery extractor, one can exclude datasets/tables based on name. But if the tables/dataset list is huge or if there is a need to exclude based on a pattern like tables starting with xx_ or YYYYMMDD_ values, it gets difficult to maintain or modify meteor extractor recipes every time a new format of exclusion comes into the picture.

Add ability to exclude datasets/tables based on labels so that one can attach labels during the table/dataset creation which will be automatically get excluded in meteor extraction.

Describe alternatives you've considered
A regex pattern matching in the name might help for quite a few... but there could be multiple regex patterns that could arise out of this, and it might be cumbersome to maintain / modify in config each time.

@ravisuhag ravisuhag changed the title support ability to exclude datasets/tables based on labels in bigquery extractor Support ability to exclude datasets/tables based on labels in bigquery extractor Sep 24, 2023
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