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

[feature request][CLI] allow filtering to take glob or regexp #1911

Open
KeenS opened this Issue Nov 9, 2018 · 0 comments

Comments

Projects
None yet
1 participant
@KeenS
Contributor

KeenS commented Nov 9, 2018

I'd like to use glob (or regexp) in filtering like this.

filter = { except_tables = ["measurement_*"] }

I'm using postgresql and it's partitioning hacks.
It creates many tables like measurement_y2006m02, measurement_y2006m03, measurement_y2006m04, ... but none of them are explicitly manipulated by application.
Hence I'd like to ignore them.

NOTE:
Because quoted table name may have any characters, it might be incompatible change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment