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
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
0fd2e29
Update titles and descriptions: 8361
ycherniaiev Dec 1, 2021
0d8b1d3
Update_titles_descriptions-8361.json
ycherniaiev Dec 2, 2021
9551a81
Update_titles_descriptions_8361
ycherniaiev Dec 2, 2021
8f9a71f
Update_titles_descriptions_8361
ycherniaiev Dec 2, 2021
dc66426
8361
ycherniaiev Dec 3, 2021
6b9e361
8361.
ycherniaiev Dec 3, 2021
fb62348
Update spec.json
ycherniaiev Dec 3, 2021
420defd
8361
ycherniaiev Dec 3, 2021
8b852df
Update
ycherniaiev Dec 6, 2021
0ef9268
Update
ycherniaiev Dec 7, 2021
7dc787d
Update
ycherniaiev Dec 9, 2021
54e3283
Merge branch 'master' into ycherniaiev/issue-8361-update-title-descri…
grubberr Dec 14, 2021
59de657
fix
grubberr Dec 14, 2021
343c997
fix drift.md
grubberr Dec 14, 2021
867175f
fix bing-ads.md
grubberr Dec 14, 2021
27cbd92
fix intercom 0.1.11
grubberr Dec 14, 2021
fd583f5
harvest.md fixed
grubberr Dec 14, 2021
1ecf385
make harvest 0.1.8
grubberr Dec 14, 2021
3d1f6a2
Upd2
ycherniaiev Dec 15, 2021
c86951e
Merge branch 'master' into ycherniaiev/issue-8361-update-title-descri…
grubberr Dec 15, 2021
01bee65
hubspot 0.1.28
grubberr Dec 15, 2021
a4f3f97
Merge branch 'ycherniaiev/issue-8361-update-title-descriptions' of gi…
grubberr Dec 15, 2021
4c342ae
clickhouse.md fixed
grubberr Dec 15, 2021
c67a520
fix intercom 0.1.12
grubberr Dec 15, 2021
a2f646c
drift 0.2.5
grubberr Dec 15, 2021
6544f3b
fixed 0.1.1 notion
grubberr Dec 15, 2021
e0f3be4
source-microsoft-teams fixed
grubberr Dec 15, 2021
2eabf47
Merge branch 'master' into ycherniaiev/issue-8361-update-title-descri…
grubberr Dec 16, 2021
77bef5f
Update 6e00b415-b02e-4160-bf02-58176a0ae687.json
ycherniaiev Dec 16, 2021
ae8b7ae
Update Dockerfile
ycherniaiev Dec 16, 2021
fe2af3c
Update spec.json
ycherniaiev Dec 16, 2021
a5877d4
Update spec.json
ycherniaiev Dec 16, 2021
bb9ea1f
Update source_definitions.yaml
ycherniaiev Dec 16, 2021
bd53a17
Update notion.md
ycherniaiev Dec 16, 2021
1343956
Merge branch 'master' into ycherniaiev/issue-8361-update-title-descri…
grubberr Dec 16, 2021
5fc98a9
Merge branch 'master' into ycherniaiev/issue-8361-update-title-descri…
grubberr Dec 16, 2021
0ebe75a
Merge branch 'master' into ycherniaiev/issue-8361-update-title-descri…
grubberr Dec 16, 2021
2236acd
Merge branch 'ycherniaiev/issue-8361-update-title-descriptions' of gi…
grubberr Dec 16, 2021
5dea5b3
small fix
grubberr Dec 16, 2021
0994855
source_specs.yaml updated
grubberr Dec 16, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"accounts": {
"title": "Accounts",
"type": "object",
"description": "Account selection strategy.",
"description": "Account selection.",
"oneOf": [
{
"title": "All accounts assigned to your user",
Expand All @@ -41,7 +41,7 @@
{
"title": "Subset of your accounts",
"additionalProperties": false,
"description": "Fetch data for subset of account ids.",
"description": "Fetch data for subset of account IDs.",
"required": ["ids", "selection_strategy"],
"properties": {
"selection_strategy": {
Expand All @@ -51,6 +51,7 @@
},
"ids": {
"type": "array",
"title": "IDs",
ycherniaiev marked this conversation as resolved.
Show resolved Hide resolved
"description": "List of accounts from which data will be fetched.",
"items": {
"type": "string"
Expand All @@ -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

"description": "The Client ID of your Microsoft Advertising developer application.",
"airbyte_secret": true
},
"client_secret": {
"type": "string",
"description": "Secret of your Microsoft Advertising client application.",
"title": "Client Secret"
"description": "The Client Secret of your Microsoft Advertising developer application.",
"airbyte_secret": true
},
"customer_id": {
"type": "string",
"description": "User's customer ID."
"title": "Customer ID",
"description": "User's Customer ID."
},
"developer_token": {
"type": "string",
"title": "Developer Token",
"description": "Developer token associated with user.",
"airbyte_secret": true
},
"refresh_token": {
"type": "string",
"description": "The long-lived Refresh token received via grant_type=refresh_token request.",
"title": "Refresh Token",
"description": "Refresh Token to renew the expired Access Token.",
"airbyte_secret": true
},
"user_id": {
"type": "string",
"title": "User ID"
"description": "Unique user identifier."
ycherniaiev marked this conversation as resolved.
Show resolved Hide resolved
},
"reports_start_date": {
"type": "string",
"title": "Reports Start Date"
"format": "date",
"default": "2020-01-01",
"description": "From which date perform initial sync for report related streams. In YYYY-MM-DD format"
"description": "UTC date in YYYY-MM-DD format. Any reports before this date will not be replicated."
},
"hourly_reports": {
"title": "Hourly reports",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,33 @@
"additionalProperties": false,
"properties": {
"host": {
"description": "Host Endpoint of the Clickhouse Cluster",
"description": "The host endpoint of the Clickhouse cluster.",
"title": "Host",
"type": "string"
},
"port": {
"description": "Port of the database.",
"description": "The port of the database.",
"title": "Port",
"type": "integer",
"minimum": 0,
"maximum": 65536,
"default": 8123,
"examples": ["8123"]
},
"database": {
"description": "Name of the database.",
"description": "The name of the database.",
"title": "Database",
"type": "string",
"examples": ["default"]
},
"username": {
"description": "Username to use to access the database.",
"description": "The username which is used to access the database.",
"title": "Username",
"type": "string"
},
"password": {
"description": "Password associated with the username.",
"description": "The password associated with this username.",
"title": "Password",
"type": "string",
"airbyte_secret": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"properties": {
"credentials": {
"title": "Authorization Method",
"description": "Choose how to authenticate to Drift."
"type": "object",
"oneOf": [
{
Expand Down Expand Up @@ -49,7 +50,7 @@
"refresh_token": {
"type": "string",
"title": "Refresh Token",
"description": "Refresh Token to renew the expired access_token.",
"description": "Refresh Token to renew the expired Access Token.",
"default": "",
"airbyte_secret": true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"properties": {
"account_id": {
"title": "Account ID",
"description": "Harvest account ID. Required for all Harvest requests in pair with API Key",
"description": "Harvest account ID. Required for all Harvest requests in pair with Personal Access Token",
"airbyte_secret": true,
"type": "string",
"order": 0
},
"replication_start_date": {
"Start Date": {
"title": "Replication Start Date",
"description": "UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.",
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$",
Expand All @@ -24,13 +24,13 @@
},
"credentials": {
"title": "Authentication mechanism",
"description": "Choose how to authenticate to Harvest",
"description": "Choose how to authenticate to Harvest.",
"type": "object",
"order": 2,
"oneOf": [
{
"type": "object",
"title": "Authenticate via Harvest (Oauth)",
"title": "Authenticate via Harvest (OAuth)",
"required": ["client_id", "client_secret", "refresh_token"],
"additionalProperties": false,
"properties": {
Expand All @@ -44,18 +44,18 @@
"client_id": {
"title": "Client ID",
"type": "string",
"description": "The Client ID of your application"
"description": "The Client ID of your Harvest developer application."
},
"client_secret": {
"title": "Client Secret",
"type": "string",
"description": "The client secret of your application",
"description": "The Client Secret of your Harvest developer application.",
"airbyte_secret": true
},
"refresh_token": {
"title": "Refresh Token",
"type": "string",
"description": "A refresh token generated using the above client ID and secret",
"description": "Refresh Token to renew the expired Access Token.",
"airbyte_secret": true
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
"properties": {
"start_date": {
"type": "string",
"title": "Replication start date",
"title": "Start Date",
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$",
"description": "UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.",
"examples": ["2017-01-25T00:00:00Z"]
},
"credentials": {
"title": "Authentication mechanism",
"description": "Choose either to provide the API key or the OAuth2.0 credentials",
"description": "Choose how to authenticate to HubSpot.",
"type": "object",
"oneOf": [
{
"type": "object",
"title": "Authenticate via HubSpot (Oauth)",
"title": "Authenticate via HubSpot (OAuth)",
"required": [
"client_id",
"client_secret",
Expand All @@ -31,7 +31,7 @@
"properties": {
"credentials_title": {
"type": "string",
"title": "Credentials title",
"title": "Credentials Title",
"description": "Name of the credentials set",
"const": "OAuth Credentials",
"enum": ["OAuth Credentials"],
Expand All @@ -40,20 +40,20 @@
},
"client_id": {
"title": "Client ID",
"description": "HubSpot client_id. See our <a href=\"https://docs.airbyte.io/integrations/sources/hubspot\">docs</a> if you need help finding this id.",
"description": "The Client ID of your HubSpot developer application. See our <a href=\"https://docs.airbyte.io/integrations/sources/hubspot\">docs</a> if you need help finding this id.",
"type": "string",
"examples": ["123456789000"]
},
"client_secret": {
"title": "Client Secret",
"description": "HubSpot client_secret. See our <a href=\"https://docs.airbyte.io/integrations/sources/hubspot\">docs</a> if you need help finding this secret.",
"description": "The Client Secret of your HubSpot developer application. See our <a href=\"https://docs.airbyte.io/integrations/sources/hubspot\">docs</a> if you need help finding this secret.",
"type": "string",
"examples": ["secret"],
"airbyte_secret": true
},
"refresh_token": {
"title": "Refresh token",
"description": "HubSpot refresh_token. See our <a href=\"https://docs.airbyte.io/integrations/sources/hubspot\">docs</a> if you need help generating the token.",
"title": "Refresh Token",
"description": "Refresh Token to renew the expired Access Token. See our <a href=\"https://docs.airbyte.io/integrations/sources/hubspot\">docs</a> if you need help generating the token.",
"type": "string",
"examples": ["refresh_token"],
"airbyte_secret": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
"properties": {
"start_date": {
"type": "string",
"description": "The date from which you'd like to replicate data for Intercom API, in the format YYYY-MM-DDT00:00:00Z. All data generated after this date will be replicated.",
"title": "Start Date",
"description": "UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.",
"examples": ["2020-11-16T00:00:00Z"],
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"
},
"access_token": {
"title": "Access Token",
"type": "string",
"description": "Access token generated either from an oauth flow or from the Intercom Developer dashboard. See the <a href=\"https://docs.airbyte.io/integrations/sources/intercom\">docs</a> for more information on how to obtain this key manually.",
"description": "Access Token for making authenticated requests.">docs</a> for more information on how to obtain this key manually.",
ycherniaiev marked this conversation as resolved.
Show resolved Hide resolved
"airbyte_secret": true
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,22 @@
"tenant_id": {
"title": "Directory (tenant) ID",
"type": "string",
"description": "Directory (tenant) ID"
"description": "A globally unique identifier (GUID) that is different than your organization name or domain."
ycherniaiev marked this conversation as resolved.
Show resolved Hide resolved
},
"client_id": {
"title": "Application (client) ID",
"title": "Client ID",
"type": "string",
"description": "Application (client) ID"
"description": "The Client ID of your Microsoft Teams developer application."
},
"client_secret": {
"title": "Client Secret",
"type": "string",
"description": "Client secret",
"description": "The Client Secret of your Microsoft Teams developer application.",
"airbyte_secret": true
},
"period": {
"type": "string",
"title": "Period",
"description": "Specifies the length of time over which the Team Device Report stream is aggregated. The supported values are: D7, D30, D90, and D180.",
"examples": ["D7"]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"documentationUrl": "https://docsurl.com",
"documentationUrl": "https://docs.airbyte.io/integrations/sources/monday",
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Monday Spec",
Expand All @@ -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"
"description": "Access Token for making authenticated requests.",
"airbyte_secret": true
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"documentationUrl": "https://docsurl.com",
"documentationUrl": "https://docsurhttps://docs.airbyte.io/integrations/sources/notionl.com",
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Notion Source Spec",
Expand All @@ -9,12 +9,14 @@
"properties": {
"access_token": {
"type": "string",
"description": "Notion API access token, see the <a href=\"https://developers.notion.com/docs/authorization\">docs</a> for more information on how to obtain this token.",
"title": "Access Token",
"description": "Access Token for making authenticated requests, see the <a href=\"https://developers.notion.com/docs/authorization\">docs</a> for more information on how to obtain this token.",
"airbyte_secret": true
},
"start_date": {
"type": "string",
"description": "The date from which you'd like to replicate data for Notion API, in the format YYYY-MM-DDT00:00:00.000Z. All data generated after this date will be replicated.",
"title": "Start Date",
"description": "UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.",
"examples": ["2020-11-16T00:00:00.000Z"],
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}.[0-9]{3}Z$"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
"client_id": {
"title": "Client ID",
"type": "string",
"description": "The Snapchat Client ID for API credentials.",
"description": "The Client ID of your Snapchat developer application.",
"airbyte_secret": true
},
"client_secret": {
"title": "Client Secret",
"type": "string",
"description": "The Client Secret for a given Client ID.",
"description": "The Client Secret of your Snapchat developer application.",
"airbyte_secret": true
},
"refresh_token": {
"title": "API Refresh Token",
"title": "Refresh Token",
"type": "string",
"description": "Refresh Token to get next api key after expiration. Is given with API Key",
"description": "Refresh Token to renew the expired Access Token.",
"airbyte_secret": true
},
"start_date": {
"title": "Start Date",
"type": "string",
"description": "The start date to sync data. Leave blank for full sync. Format: YYYY-MM-DD.",
"description": "UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.",
"examples": ["2021-01-01"],
"default": "1970-01-01",
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$"
Expand Down