CloudQuery sync issues with GCP projects and empty tables

@sure-hound So according to the docs, once you disable the API, the underlying resources will be retained (and can continue to incur a cost)… Can you confirm that even with the disabled services, you can still interact with the buckets via the API?

gcloud storage ls --project=`my-project-with-project-disabled`

Yup - I’ll send a screenshot when I’m back in front of a computer, but one of the projects in question is a project that holds a GCS bucket with our Terraform state. That project says that the API isn’t enabled, and our Terraform runs multiple times per day reading/writing to that bucket.

Here’s the screenshot I said days ago I’d post :joy:

But yeah, I can definitely query that bucket, but I’m wondering if it’s because there’s this storage-api enabled instead? So it’s not the standard storage API, but it appears to be some additional storage API that’s enabled.

I’ve checked a handful of the projects where I’m not seeing gcp_storage_buckets sync. I’ve noticed none of them have storage.googleapis.com enabled, but they all have storage-api.googleapis.com enabled.