-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Update fields in source-connectors specifications: drift, harvest, hubspot, intercom, monday, clickhouse, bing-ads, snapchat-marketing, microsoft-teams #8429
Conversation
airbyte-integrations/connectors/source-bing-ads/source_bing_ads/spec.json
Outdated
Show resolved
Hide resolved
@@ -64,37 +65,44 @@ | |||
}, | |||
"client_id": { | |||
"type": "string", | |||
"description": "ID of your Microsoft Advertising client application.", | |||
"title": "Client ID", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stil tabs
airbyte-integrations/connectors/source-intercom/source_intercom/spec.json
Outdated
Show resolved
Hide resolved
@@ -75,7 +75,7 @@ | |||
"order": 0 | |||
}, | |||
"api_key": { | |||
"title": "API key", | |||
"title": "API key", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'title' need to move one space right ?
@@ -6,17 +6,18 @@ | |||
"type": "object", | |||
"required": ["start_date", "access_token"], | |||
"additionalProperties": true, | |||
"properties": { | |||
"properties": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lost '{'
@@ -9,7 +9,8 @@ | |||
"properties": { | |||
"api_token": { | |||
"type": "string", | |||
"description": "This is the API token to authenticate requests to Monday. Profile picture (bottom left) => Admin => API", | |||
"title": "Personal Access Token" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lost comma
/publish connector=connectors/source-monday
|
/publish connector=connectors/source-clickhouse
|
/publish connector=connectors/source-harvest
|
/publish connector=connectors/source-intercom
|
/publish connector=connectors/source-microsoft-teams
|
Signed-off-by: Sergey Chvalyuk <[email protected]>
…bspot, intercom, monday, clickhouse, bing-ads, snapchat-marketing, microsoft-teams (airbytehq#8429) Signed-off-by: Sergey Chvalyuk <[email protected]> Co-authored-by: Sergey Chvalyuk <[email protected]>
What
Add title and description properties to each field in source-connectors specifications:
source-drift
source-harvest
source-hubspot
source-intercom
source-clickhouse
source-snapchat-marketing
source-bing-ads
source-microsoft-teams
source-monday