Skip to content

feat(gcp-resources): Add Bigtable admin resources#6250

Merged
kodiakhq[bot] merged 3 commits intocloudquery:mainfrom
erezrokah:feat/gcp_bigtable
Jan 3, 2023
Merged

feat(gcp-resources): Add Bigtable admin resources#6250
kodiakhq[bot] merged 3 commits intocloudquery:mainfrom
erezrokah:feat/gcp_bigtable

Conversation

@erezrokah
Copy link
Copy Markdown
Member

Summary

Relevant API https://cloud.google.com/bigtable/docs/reference/admin/rest

Notes

  1. Does not include HotTables which is missing from the Cloud GoLang API
  2. Resolvers and mocks manually generated since the API is not consistent (some paginated, some not, client options are different)
  3. Manually tested on real resources ✅
  4. This API is not the same as the Bigtable data API, see https://cloud.google.com/bigtable/docs/reference/data/rpc, hence it's not name-spaced as bigtable and uses bigtableadmin

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 2, 2023

This PR has the following changes to source plugin(s) tables:

  • Table gcp_bigtableadmin_app_profiles was added
  • Table gcp_bigtableadmin_backups was added
  • Table gcp_bigtableadmin_clusters was added
  • Table gcp_bigtableadmin_instances was added
  • Table gcp_bigtableadmin_tables was added

@kodiakhq kodiakhq bot merged commit 3fedb35 into cloudquery:main Jan 3, 2023
kodiakhq bot pushed a commit that referenced this pull request Jan 5, 2023
🤖 I have created a release *beep* *boop*
---


## [5.5.0](plugins-source-gcp-v5.4.0...plugins-source-gcp-v5.5.0) (2023-01-05)


### Features

* **gcp-resources:** Add Bigtable admin resources ([#6250](#6250)) ([3fedb35](3fedb35))
* **gcp-resources:** Add Billing Budgets ([#6251](#6251)) ([8327d51](8327d51))
* **gcp-resources:** Add Binary Authorization ([#6309](#6309)) ([ff0713a](ff0713a))
* **gcp-resources:** Add Certificate Manager ([#6311](#6311)) ([63a5681](63a5681))
* **gcp-resources:** Add Cloud Deploy ([#6321](#6321)) ([154d1e9](154d1e9))
* **gcp-resources:** Add Cloud IoT ([#6355](#6355)) ([28d6dcd](28d6dcd))
* **gcp-resources:** Add Error Reporting ([#6326](#6326)) ([1fae862](1fae862))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.17.2 ([#6260](#6260)) ([805972a](805972a))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.18.0 ([#6339](#6339)) ([158365a](158365a))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.19.0 ([#6363](#6363)) ([ae6967c](ae6967c))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.20.0 ([#6376](#6376)) ([d6187ec](d6187ec))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants