<!-- Thank you for helping to improve Crossplane! Please be sure to search for open issues before raising a new one. We use issues for bug reports and feature requests. Please find us at https://slack.crossplane.io for questions, support, and discussion. --> ### What problem are you facing? <!-- Please tell us a little about your use case - it's okay if it's hypothetical! Leading with this context helps frame the feature request so we can ensure we implement it sensibly. ---> I want to provision a subscription with bigquery type but it seems to be missing. ### How could Crossplane help solve your problem? <!-- Let us know how you think Crossplane could help with your use case. --> Add missing configs. I have manually configured a subscription this way: ```bash $ gcloud pubsub subscriptions describe my-bigquery-subscription ackDeadlineSeconds: 10 bigqueryConfig: state: ACTIVE table: ... useTopicSchema: true writeMetadata: true enableMessageOrdering: true expirationPolicy: ttl: 604800s messageRetentionDuration: 86400s name: ... pushConfig: {} retainAckedMessages: true retryPolicy: maximumBackoff: 600s minimumBackoff: 10s state: ACTIVE topic: ... ```
What problem are you facing?
I want to provision a subscription with bigquery type but it seems to be missing.
How could Crossplane help solve your problem?
Add missing configs. I have manually configured a subscription this way: