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

Source Quickbooks: migrate to low-code #24324

Merged
merged 24 commits into from
Apr 11, 2023
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
9eb9bdf
Source Quickbooks: migrate to low-code
roman-yermilov-gl Mar 16, 2023
c6f8480
Source Quickbooks: add oauth flow
roman-yermilov-gl Mar 23, 2023
133c1c1
Merge branch 'master' into ryermilov/source-quickbooks-migrate-to-low…
davydov-d Apr 4, 2023
02a3b76
Merge branch 'ryermilov/source-quickbooks-migrate-to-low-code' of git…
davydov-d Apr 4, 2023
9fad513
#24658 Lowcode CDK: implement single use refresh token oauth authenti…
davydov-d Apr 5, 2023
6d8cdba
Merge branch 'master' into ryermilov/source-quickbooks-migrate-to-low…
davydov-d Apr 5, 2023
8c5a513
#23498 source Quickbooks: set up CATs
davydov-d Apr 5, 2023
12a30bf
#24658 lowcode cdk: review fixes
davydov-d Apr 5, 2023
0ba5ad3
Merge branch 'ddavydov/#24658-lowcode-cdk-implement-single-use-refres…
davydov-d Apr 5, 2023
04149cf
Merge branch 'master' into ryermilov/source-quickbooks-migrate-to-low…
davydov-d Apr 6, 2023
e5a95bb
upd manifest version + airbyte cdk version
davydov-d Apr 6, 2023
26348f1
delete source-quickbooks-singer along with seed
davydov-d Apr 6, 2023
2e44226
Automated Change
davydov-d Apr 6, 2023
b40faaa
update docs and spec.json
davydov-d Apr 6, 2023
5725289
Merge branch 'ryermilov/source-quickbooks-migrate-to-low-code' of git…
davydov-d Apr 6, 2023
7196c13
revert data type map in docs
davydov-d Apr 6, 2023
8fd88ec
Merge branch 'master' into ryermilov/source-quickbooks-migrate-to-low…
davydov-d Apr 6, 2023
6db139e
Automated Change
davydov-d Apr 6, 2023
4084f34
quickbooks: review fixes
davydov-d Apr 10, 2023
c322919
Merge branch 'ryermilov/source-quickbooks-migrate-to-low-code' of git…
davydov-d Apr 10, 2023
d2bc44b
quickbooks: more review fixes
davydov-d Apr 10, 2023
44a2484
quickbooks: modify spec
davydov-d Apr 10, 2023
000aa02
quickbooks: rename icon
davydov-d Apr 10, 2023
8765423
quickbooks: generate definitions
davydov-d Apr 11, 2023
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 @@ -21690,74 +21690,6 @@
"public": true,
"custom": false,
"releaseStage": "alpha"
}, {
"sourceDefinitionId": "29b409d9-30a5-4cc8-ad50-886eb846fea3",
"name": "QuickBooks",
"dockerRepository": "airbyte/source-quickbooks-singer",
"dockerImageTag": "0.1.5",
"documentationUrl": "https://docs.airbyte.com/integrations/sources/quickbooks-singer",
"icon": "qb.svg",
"sourceType": "api",
"spec": {
"documentationUrl": "https://docs.airbyte.com/integrations/sources/quickbooks-singer",
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Source QuickBooks Singer Spec",
"type": "object",
"required": [ "client_id", "client_secret", "refresh_token", "realm_id", "user_agent", "start_date", "sandbox" ],
"additionalProperties": false,
"properties": {
"client_id": {
"type": "string",
"title": "Client ID",
"description": "Identifies which app is making the request. Obtain this value from the Keys tab on the app profile via My Apps on the developer site. There are two versions of this key: development and production."
},
"client_secret": {
"description": " Obtain this value from the Keys tab on the app profile via My Apps on the developer site. There are two versions of this key: development and production.",
"title": "Client Secret",
"type": "string",
"airbyte_secret": true
},
"refresh_token": {
"description": "A token used when refreshing the access token.",
"title": "Refresh Token",
"type": "string",
"airbyte_secret": true
},
"realm_id": {
"description": "Labeled Company ID. The Make API Calls panel is populated with the realm id and the current access token.",
"title": "Realm ID",
"type": "string",
"airbyte_secret": true
},
"user_agent": {
"type": "string",
"title": "User Agent",
"description": "Process and email for API logging purposes. Example: tap-quickbooks <api_user_email@your_company.com>."
},
"start_date": {
"description": "The default value to use if no bookmark exists for an endpoint (rfc3339 date string). E.g, 2021-03-20T00:00:00Z. Any data before this date will not be replicated.",
"title": "Start Date",
"type": "string",
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$",
"examples": [ "2021-03-20T00:00:00Z" ]
},
"sandbox": {
"description": "Determines whether to use the sandbox or production environment.",
"title": "Sandbox",
"type": "boolean",
"default": false
}
}
},
"supportsNormalization": false,
"supportsDBT": false,
"supported_destination_sync_modes": [ ]
},
"tombstone": false,
"public": true,
"custom": false,
"releaseStage": "alpha"
}, {
"sourceDefinitionId": "9b6cc0c0-da81-4103-bbfd-5279e18a849a",
"name": "Railz",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1676,14 +1676,6 @@
icon: qualaroo.svg
sourceType: api
releaseStage: alpha
- name: QuickBooks
sourceDefinitionId: 29b409d9-30a5-4cc8-ad50-886eb846fea3
dockerRepository: airbyte/source-quickbooks-singer
dockerImageTag: 0.1.5
documentationUrl: https://docs.airbyte.com/integrations/sources/quickbooks-singer
icon: qb.svg
sourceType: api
releaseStage: alpha
- name: Railz
sourceDefinitionId: 9b6cc0c0-da81-4103-bbfd-5279e18a849a
dockerRepository: airbyte/source-railz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12745,69 +12745,6 @@
oauthFlowOutputParameters:
- - "token"
- - "key"
- dockerImage: "airbyte/source-quickbooks-singer:0.1.5"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/sources/quickbooks-singer"
connectionSpecification:
$schema: "http://json-schema.org/draft-07/schema#"
title: "Source QuickBooks Singer Spec"
type: "object"
required:
- "client_id"
- "client_secret"
- "refresh_token"
- "realm_id"
- "user_agent"
- "start_date"
- "sandbox"
additionalProperties: false
properties:
client_id:
type: "string"
title: "Client ID"
description: "Identifies which app is making the request. Obtain this value\
\ from the Keys tab on the app profile via My Apps on the developer site.\
\ There are two versions of this key: development and production."
client_secret:
description: " Obtain this value from the Keys tab on the app profile via\
\ My Apps on the developer site. There are two versions of this key: development\
\ and production."
title: "Client Secret"
type: "string"
airbyte_secret: true
refresh_token:
description: "A token used when refreshing the access token."
title: "Refresh Token"
type: "string"
airbyte_secret: true
realm_id:
description: "Labeled Company ID. The Make API Calls panel is populated\
\ with the realm id and the current access token."
title: "Realm ID"
type: "string"
airbyte_secret: true
user_agent:
type: "string"
title: "User Agent"
description: "Process and email for API logging purposes. Example: tap-quickbooks\
\ <api_user_email@your_company.com>."
start_date:
description: "The default value to use if no bookmark exists for an endpoint\
\ (rfc3339 date string). E.g, 2021-03-20T00:00:00Z. Any data before this\
\ date will not be replicated."
title: "Start Date"
type: "string"
pattern: "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"
examples:
- "2021-03-20T00:00:00Z"
sandbox:
description: "Determines whether to use the sandbox or production environment."
title: "Sandbox"
type: "boolean"
default: false
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-railz:0.1.1"
spec:
documentationUrl: "https://docsurl.com"
Expand Down

This file was deleted.

This file was deleted.

128 changes: 0 additions & 128 deletions airbyte-integrations/connectors/source-quickbooks-singer/README.md

This file was deleted.

This file was deleted.

Loading