provider-gcp icon indicating copy to clipboard operation
provider-gcp copied to clipboard

Add bigquery subscription type support

Open POD666 opened this issue 1 year ago • 14 comments

Description of your changes

Trying to add support for bigquery subscriptions. See feature request: https://github.com/crossplane-contrib/provider-gcp/issues/469

Fixes #469

I have:

  • [x] Read and followed Crossplane's contribution process.
  • [x] Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

✅ make reviewable test 🔴 make e2e fails with timeouts, seems to be expecting linux build but I'm on osx 🔴 build/run make -j4 fails with unknown flag: --load here https://github.com/crossplane-contrib/provider-gcp/blob/master/cluster/images/provider-gcp/Makefile#L16

I'm not sure how to proceed with testing.

POD666 avatar Oct 11 '22 08:10 POD666