0.4.1
I'm starting to dig more into BigQuery analyzers. I've added a latest_queries
analyzer and a job_counts
analyzer. The latest queries does, what you'd expect: lists the latest queries for each table/view. The job_counts analyzer returns the number of jobs executed by each user on a given table/or view. These jobs can be queries, load, extract, and so on.
Oh, I also fixed a filter/exclude bug in the crawl
command.
What's Changed
- Refactor documentation by @criccomini in #164
- Add analyzer documentation, add guides, and remove concepts by @criccomini in #165
- Fix links in README.md by @criccomini in #166
- Add README link to Python API by @criccomini in #167
- Fix profile bug by @criccomini in #168
- Bumping to 0.4.1 by @criccomini in #170
- Add job counts and latest queries analyzers for BigQuery by @criccomini in #172
Full Changelog: 0.4.0...0.4.1