Skip to content

Commit

Permalink
update source spec after #11311 merge (#11638)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored Mar 31, 2022
1 parent d15c83d commit 03385e4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion airbyte-config/init/src/main/resources/seed/source_specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@
- "overwrite"
- "append"
- "append_dedup"
- dockerImage: "airbyte/source-bing-ads:0.1.3"
- dockerImage: "airbyte/source-bing-ads:0.1.4"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/bing-ads"
connectionSpecification:
Expand Down Expand Up @@ -836,6 +836,18 @@
title: "Developer Token"
description: "Developer token associated with user."
airbyte_secret: true
tenant_id:
type: "string"
title: "Tenant ID"
description: "The Tenant ID of your Microsoft Advertising developer application."
airbyte_secret: true
default: "common"
redirect_uri:
type: "string"
title: "Redirect URI"
description: "The Redirect URI of your Microsoft Advertising developer application."
airbyte_secret: true
default: ""
refresh_token:
type: "string"
title: "Refresh Token"
Expand Down

0 comments on commit 03385e4

Please sign in to comment.