Skip to content

Commit

Permalink
fix connector catalog (#10331)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgao authored Feb 15, 2022
1 parent 3d8a0dc commit 12cf893
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
- name: Google PubSub
destinationDefinitionId: 356668e2-7e34-47f3-a3b0-67a8a481b692
dockerRepository: airbyte/destination-pubsub
dockerImageTag: 0.1.3
dockerImageTag: 0.1.2
documentationUrl: https://docs.airbyte.io/integrations/destinations/pubsub
icon: googlepubsub.svg
- name: Kafka
Expand Down Expand Up @@ -132,7 +132,7 @@
- name: Oracle
destinationDefinitionId: 3986776d-2319-4de9-8af8-db14c0996e72
dockerRepository: airbyte/destination-oracle
dockerImageTag: 0.1.14
dockerImageTag: 0.1.13
documentationUrl: https://docs.airbyte.io/integrations/destinations/oracle
icon: oracle.svg
- name: Postgres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@
- "overwrite"
- "append"
supportsNamespaces: true
- dockerImage: "airbyte/destination-gcs:0.1.21"
- dockerImage: "airbyte/destination-gcs:0.1.22"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/destinations/gcs"
connectionSpecification:
Expand Down Expand Up @@ -1538,7 +1538,7 @@
supported_destination_sync_modes:
- "append"
- "overwrite"
- dockerImage: "airbyte/destination-pubsub:0.1.3"
- dockerImage: "airbyte/destination-pubsub:0.1.2"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/destinations/pubsub"
connectionSpecification:
Expand Down Expand Up @@ -2621,7 +2621,7 @@
supported_destination_sync_modes:
- "overwrite"
- "append"
- dockerImage: "airbyte/destination-oracle:0.1.14"
- dockerImage: "airbyte/destination-oracle:0.1.13"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/destinations/oracle"
connectionSpecification:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@
- name: MongoDb
sourceDefinitionId: b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e
dockerRepository: airbyte/source-mongodb-v2
dockerImageTag: 0.1.12
dockerImageTag: 0.1.11
documentationUrl: https://docs.airbyte.io/integrations/sources/mongodb-v2
icon: mongodb.svg
sourceType: database
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4817,7 +4817,7 @@
path_in_connector_config:
- "credentials"
- "client_secret"
- dockerImage: "airbyte/source-mongodb-v2:0.1.12"
- dockerImage: "airbyte/source-mongodb-v2:0.1.11"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/mongodb-v2"
changelogUrl: "https://docs.airbyte.io/integrations/sources/mongodb-v2"
Expand Down

0 comments on commit 12cf893

Please sign in to comment.