turbot / steampipe-plugin-googleworkspace

Use SQL to instantly query calendar events, drive files, gmail messages, and more from Google Workspace. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/googleworkspace
Apache License 2.0
19 stars 4 forks source link

Improve filtering in tables that support query filters #10

Closed cbruno10 closed 3 years ago

cbruno10 commented 3 years ago

Is your feature request related to a problem? Please describe. For tables that return large sets of data, it'll be faster and less expensive if we look at any query columns and build filters where possible before making the API requests.

Describe the solution you'd like Add automatic filtering capabilities in tables based on quals.

Describe alternatives you've considered Use the query column (or similar ones) when making queries.

Additional context Add any other context or screenshots about the feature request here.