Skip to content

Commit

Permalink
Harshith/test pr 12122 (#12164)
Browse files Browse the repository at this point in the history
* Add SourceZendeskUserExportStream

* Format streams

* Update zendesk-support README

* Update dockerfile

* Update changelog to reflect additional fixes

* Review updates

* Fix typo from previous contribution

* Update unit tests

* Remove enum and default from spec

* chore: updated version in definition file

* chore: update seed definitions

Co-authored-by: danieldiamond <danieldiamond1@gmail.com>
Co-authored-by: Baz <bazarnov@me.com>
  • Loading branch information
3 people authored Apr 20, 2022
1 parent 147f87a commit d702215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@
- name: Zendesk Support
sourceDefinitionId: 79c1aa37-dae3-42ae-b333-d1c105477715
dockerRepository: airbyte/source-zendesk-support
dockerImageTag: 0.2.5
dockerImageTag: 0.2.6
documentationUrl: https://docs.airbyte.io/integrations/sources/zendesk-support
icon: zendesk.svg
sourceType: api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9071,7 +9071,7 @@
path_in_connector_config:
- "credentials"
- "client_secret"
- dockerImage: "airbyte/source-zendesk-support:0.2.5"
- dockerImage: "airbyte/source-zendesk-support:0.2.6"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/zendesk-support"
connectionSpecification:
Expand Down Expand Up @@ -9113,9 +9113,6 @@
credentials:
type: "string"
const: "oauth2.0"
enum:
- "oauth2.0"
default: "oauth2.0"
order: 0
access_token:
type: "string"
Expand All @@ -9134,9 +9131,6 @@
credentials:
type: "string"
const: "api_token"
enum:
- "api_token"
default: "api_token"
order: 0
email:
title: "Email"
Expand Down

0 comments on commit d702215

Please sign in to comment.