Skip to content

feat(pubsub): support bigquery subscriptions#6119

Merged
hongalex merged 16 commits intogoogleapis:mainfrom
hongalex:feat-bigquery-config
Jun 22, 2022
Merged

feat(pubsub): support bigquery subscriptions#6119
hongalex merged 16 commits intogoogleapis:mainfrom
hongalex:feat-bigquery-config

Conversation

@hongalex
Copy link
Copy Markdown
Member

@hongalex hongalex commented Jun 2, 2022

Add support for bigquery subscriptions, including in the fake

Do not merge until feature is GA

Closes #6118

@hongalex hongalex requested review from a team June 2, 2022 00:35
@product-auto-label product-auto-label Bot added size: m Pull request size is medium. api: pubsub Issues related to the Pub/Sub API. labels Jun 2, 2022
@hongalex hongalex requested a review from kamalaboulhosn June 2, 2022 00:43
Comment thread pubsub/subscription.go
}

// BigQueryConfigState denotes the possible states for a BigQuery Subscription.
type BigQueryConfigState int
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We added a SubscriptionState field as well as part of this feature. Should we add that here as well?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added. I also made the fake return Active for both Subscription/BigQueryConfigState by default.

@hongalex hongalex requested a review from kamalaboulhosn June 7, 2022 21:02
@hongalex hongalex enabled auto-merge (squash) June 7, 2022 21:02
@hongalex hongalex disabled auto-merge June 7, 2022 21:23
@hongalex hongalex added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jun 7, 2022
@hongalex hongalex removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jun 22, 2022
@hongalex hongalex merged commit 81f704a into googleapis:main Jun 22, 2022
@hongalex hongalex deleted the feat-bigquery-config branch June 23, 2022 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: pubsub Issues related to the Pub/Sub API. size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pubsub: add support for bigquery subscriptions

2 participants