GCP plugin v0.50.0 - Added gcp_vertex_ai_model table and fixed retry_policy_maximum_backoff and retry_policy_minimum_backoff columns of gcp_pubsub_subscription table to correctly return data
Mar 29, 2024•plugin
What's new?
- New tables added
Enhancements
- Added support for
quota_project
config arg to provide users the ability to set theProject ID
used for billing and quota. (#556)
Bug fixes
- Fixed the
retry_policy_maximum_backoff
andretry_policy_minimum_backoff
columns ofgcp_pubsub_subscription
table to correctly return data. (#552) (Thanks to @mvanholsteijn for the contribution!)