Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎉 destination pubsub - update fields in specifications #9183

Merged
merged 5 commits into from
Jan 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"destinationDefinitionId": "356668e2-7e34-47f3-a3b0-67a8a481b692",
"name": "Google PubSub",
"dockerRepository": "airbyte/destination-pubsub",
"dockerImageTag": "0.1.1",
"dockerImageTag": "0.1.2",
"documentationUrl": "https://docs.airbyte.io/integrations/destinations/pubsub",
"icon": "googlepubsub.svg"
}
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
- name: Google PubSub
destinationDefinitionId: 356668e2-7e34-47f3-a3b0-67a8a481b692
dockerRepository: airbyte/destination-pubsub
dockerImageTag: 0.1.1
dockerImageTag: 0.1.2
documentationUrl: https://docs.airbyte.io/integrations/destinations/pubsub
icon: googlepubsub.svg
- name: Kafka
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,7 @@
- "overwrite"
- "append"
$schema: "http://json-schema.org/draft-07/schema#"
- dockerImage: "airbyte/destination-pubsub:0.1.1"
- dockerImage: "airbyte/destination-pubsub:0.1.2"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/destinations/pubsub"
connectionSpecification:
Expand All @@ -1523,11 +1523,11 @@
properties:
project_id:
type: "string"
description: "The GCP project ID for the project containing the target PubSub"
description: "The GCP project ID for the project containing the target PubSub."
title: "Project ID"
topic_id:
type: "string"
description: "PubSub topic ID in the given GCP project ID"
description: "The PubSub topic ID in the given GCP project ID."
title: "PubSub Topic ID"
credentials_json:
type: "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ ENV APPLICATION destination-pubsub

COPY --from=build /airbyte /airbyte

LABEL io.airbyte.version=0.1.1
LABEL io.airbyte.version=0.1.2
LABEL io.airbyte.name=airbyte/destination-pubsub
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"properties": {
"project_id": {
"type": "string",
"description": "The GCP project ID for the project containing the target PubSub",
"description": "The GCP project ID for the project containing the target PubSub.",
"title": "Project ID"
},
"topic_id": {
"type": "string",
"description": "PubSub topic ID in the given GCP project ID",
"description": "The PubSub topic ID in the given GCP project ID.",
"title": "PubSub Topic ID"
},
"credentials_json": {
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/destinations/pubsub.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Once you've configured PubSub as a destination, delete the Service Account Key f

| Version | Date | Pull Request | Subject |
| :--- | :--- | :--- | :--- |
| 0.1.2 | December 29, 2021 | [\#9183](https://github.com/airbytehq/airbyte/pull/9183) | Update connector fields title/description |
| 0.1.1 | August 13, 2021 | [\#4699](https://github.com/airbytehq/airbyte/pull/4699) | Added json config validator |
| 0.1.0 | June 24, 2021 | [\#4339](https://github.com/airbytehq/airbyte/pull/4339) | Initial release |