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

Update fields in source-connectors specifications: drift, harvest, hubspot, intercom, monday, clickhouse, bing-ads, snapchat-marketing, microsoft-teams #8429

Merged
merged 40 commits into from
Dec 16, 2021

Conversation

ycherniaiev
Copy link
Contributor

@ycherniaiev ycherniaiev commented Dec 2, 2021

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

@@ -64,37 +65,44 @@
},
"client_id": {
"type": "string",
"description": "ID of your Microsoft Advertising client application.",
"title": "Client ID",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stil tabs

@ycherniaiev ycherniaiev temporarily deployed to more-secrets December 2, 2021 14:17 Inactive
@ycherniaiev ycherniaiev self-assigned this Dec 2, 2021
@ycherniaiev ycherniaiev requested review from grubberr and removed request for lazebnyi December 2, 2021 14:23
@ycherniaiev ycherniaiev temporarily deployed to more-secrets December 2, 2021 15:15 Inactive
@ycherniaiev ycherniaiev temporarily deployed to more-secrets December 3, 2021 11:06 Inactive
@ycherniaiev ycherniaiev temporarily deployed to more-secrets December 3, 2021 11:13 Inactive
@ycherniaiev ycherniaiev temporarily deployed to more-secrets December 3, 2021 11:41 Inactive
@@ -75,7 +75,7 @@
"order": 0
},
"api_key": {
"title": "API key",
"title": "API key",
Copy link
Contributor

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":
Copy link
Contributor

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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lost comma

@ycherniaiev ycherniaiev temporarily deployed to more-secrets December 3, 2021 13:34 Inactive
@grubberr grubberr self-requested a review December 3, 2021 13:36
@grubberr grubberr requested a review from nataliekwong December 3, 2021 13:36
@ycherniaiev ycherniaiev temporarily deployed to more-secrets December 6, 2021 10:35 Inactive
@ycherniaiev ycherniaiev changed the title Update fields in source-connectors specifications: drift, harvest, hubspot, intercom, notion, monday, microsoft-teams, bing-ads, snapchat-marketing, clickhouse Update fields in source-connectors specifications: drift, harvest, hubspot, intercom, notion, monday, microsoft-teams, bing-ads, snapchat-marketing Dec 6, 2021
@grubberr
Copy link
Contributor

grubberr commented Dec 16, 2021

/publish connector=connectors/source-monday

🕑 connectors/source-monday https://github.com/airbytehq/airbyte/actions/runs/1588158158
✅ connectors/source-monday https://github.com/airbytehq/airbyte/actions/runs/1588158158

@grubberr
Copy link
Contributor

grubberr commented Dec 16, 2021

/publish connector=connectors/source-clickhouse

🕑 connectors/source-clickhouse https://github.com/airbytehq/airbyte/actions/runs/1588166159
✅ connectors/source-clickhouse https://github.com/airbytehq/airbyte/actions/runs/1588166159

@jrhizor jrhizor temporarily deployed to more-secrets December 16, 2021 15:25 Inactive
@jrhizor jrhizor temporarily deployed to more-secrets December 16, 2021 15:27 Inactive
@grubberr
Copy link
Contributor

grubberr commented Dec 16, 2021

/publish connector=connectors/source-harvest

🕑 connectors/source-harvest https://github.com/airbytehq/airbyte/actions/runs/1588174794
✅ connectors/source-harvest https://github.com/airbytehq/airbyte/actions/runs/1588174794

@jrhizor jrhizor temporarily deployed to more-secrets December 16, 2021 15:29 Inactive
@grubberr
Copy link
Contributor

grubberr commented Dec 16, 2021

/publish connector=connectors/source-intercom

🕑 connectors/source-intercom https://github.com/airbytehq/airbyte/actions/runs/1588189255
✅ connectors/source-intercom https://github.com/airbytehq/airbyte/actions/runs/1588189255

@jrhizor jrhizor temporarily deployed to more-secrets December 16, 2021 15:32 Inactive
@grubberr
Copy link
Contributor

grubberr commented Dec 16, 2021

/publish connector=connectors/source-microsoft-teams

🕑 connectors/source-microsoft-teams https://github.com/airbytehq/airbyte/actions/runs/1588209014
✅ connectors/source-microsoft-teams https://github.com/airbytehq/airbyte/actions/runs/1588209014

@jrhizor jrhizor temporarily deployed to more-secrets December 16, 2021 15:37 Inactive
Signed-off-by: Sergey Chvalyuk <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment