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

Adding source-hubspot-native connector #1438

Merged
merged 17 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
44 changes: 44 additions & 0 deletions source-hubspot-native/acmeCo/campaigns.schema.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
$defs:
Meta:
properties:
op:
description: "Operation type (c: Create, u: Update, d: Delete)"
enum:
- c
- u
- d
title: Op
type: string
row_id:
default: -1
description: "Row ID of the Document, counting up from zero, or -1 if not known"
title: Row Id
type: integer
required:
- op
title: Meta
type: object
additionalProperties: true
properties:
_meta:
allOf:
- $ref: "#/$defs/Meta"
default:
op: u
row_id: -1
description: Document metadata
id:
title: Id
type: string
timeline:
default: []
items:
type: integer
title: Timeline
type: array
required:
- id
title: Campaigns
type: object
x-infer-schema: true
8 changes: 0 additions & 8 deletions source-hubspot-native/acmeCo/companies.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ $defs:
default:
op: u
row_id: -1
uuid: 00000000-0000-0000-0000-000000000000
description: Document metadata
timestamp:
format: date-time
Expand Down Expand Up @@ -54,12 +53,6 @@ $defs:
description: "Row ID of the Document, counting up from zero, or -1 if not known"
title: Row Id
type: integer
uuid:
default: 00000000-0000-0000-0000-000000000000
description: UUID of the Document
format: uuid
title: Uuid
type: string
required:
- op
title: Meta
Expand All @@ -72,7 +65,6 @@ properties:
default:
op: u
row_id: -1
uuid: 00000000-0000-0000-0000-000000000000
description: Document metadata
id:
title: Id
Expand Down
44 changes: 44 additions & 0 deletions source-hubspot-native/acmeCo/contact_lists.schema.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
$defs:
Meta:
properties:
op:
description: "Operation type (c: Create, u: Update, d: Delete)"
enum:
- c
- u
- d
title: Op
type: string
row_id:
default: -1
description: "Row ID of the Document, counting up from zero, or -1 if not known"
title: Row Id
type: integer
required:
- op
title: Meta
type: object
additionalProperties: true
properties:
_meta:
allOf:
- $ref: "#/$defs/Meta"
default:
op: u
row_id: -1
description: Document metadata
listId:
title: Listid
type: string
lists:
default: []
items:
type: integer
title: Lists
type: array
required:
- listId
title: ContactLists
type: object
x-infer-schema: true
8 changes: 0 additions & 8 deletions source-hubspot-native/acmeCo/contacts.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ $defs:
default:
op: u
row_id: -1
uuid: 00000000-0000-0000-0000-000000000000
description: Document metadata
timestamp:
format: date-time
Expand Down Expand Up @@ -54,12 +53,6 @@ $defs:
description: "Row ID of the Document, counting up from zero, or -1 if not known"
title: Row Id
type: integer
uuid:
default: 00000000-0000-0000-0000-000000000000
description: UUID of the Document
format: uuid
title: Uuid
type: string
required:
- op
title: Meta
Expand All @@ -72,7 +65,6 @@ properties:
default:
op: u
row_id: -1
uuid: 00000000-0000-0000-0000-000000000000
description: Document metadata
id:
title: Id
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
$defs:
Meta:
properties:
op:
description: "Operation type (c: Create, u: Update, d: Delete)"
enum:
- c
- u
- d
title: Op
type: string
row_id:
default: -1
description: "Row ID of the Document, counting up from zero, or -1 if not known"
title: Row Id
type: integer
required:
- op
title: Meta
type: object
additionalProperties: true
properties:
_meta:
allOf:
- $ref: "#/$defs/Meta"
default:
op: u
row_id: -1
description: Document metadata
vid:
title: Vid
type: string
contacts:
default: []
items:
type: integer
title: Contacts
type: array
required:
- vid
title: ContactSubscription
type: object
x-infer-schema: true
44 changes: 44 additions & 0 deletions source-hubspot-native/acmeCo/deal_pipelines.schema.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
$defs:
Meta:
properties:
op:
description: "Operation type (c: Create, u: Update, d: Delete)"
enum:
- c
- u
- d
title: Op
type: string
row_id:
default: -1
description: "Row ID of the Document, counting up from zero, or -1 if not known"
title: Row Id
type: integer
required:
- op
title: Meta
type: object
additionalProperties: true
properties:
_meta:
allOf:
- $ref: "#/$defs/Meta"
default:
op: u
row_id: -1
description: Document metadata
pipelineId:
title: Pipelineid
type: string
results:
default: []
items:
type: integer
title: Results
type: array
required:
- pipelineId
title: DealPipelines
type: object
x-infer-schema: true
8 changes: 0 additions & 8 deletions source-hubspot-native/acmeCo/deals.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ $defs:
default:
op: u
row_id: -1
uuid: 00000000-0000-0000-0000-000000000000
description: Document metadata
timestamp:
format: date-time
Expand Down Expand Up @@ -54,12 +53,6 @@ $defs:
description: "Row ID of the Document, counting up from zero, or -1 if not known"
title: Row Id
type: integer
uuid:
default: 00000000-0000-0000-0000-000000000000
description: UUID of the Document
format: uuid
title: Uuid
type: string
required:
- op
title: Meta
Expand All @@ -72,7 +65,6 @@ properties:
default:
op: u
row_id: -1
uuid: 00000000-0000-0000-0000-000000000000
description: Document metadata
id:
title: Id
Expand Down
44 changes: 44 additions & 0 deletions source-hubspot-native/acmeCo/email_events.schema.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
$defs:
Meta:
properties:
op:
description: "Operation type (c: Create, u: Update, d: Delete)"
enum:
- c
- u
- d
title: Op
type: string
row_id:
default: -1
description: "Row ID of the Document, counting up from zero, or -1 if not known"
title: Row Id
type: integer
required:
- op
title: Meta
type: object
additionalProperties: true
properties:
_meta:
allOf:
- $ref: "#/$defs/Meta"
default:
op: u
row_id: -1
description: Document metadata
id:
title: Id
type: string
events:
default: []
items:
type: integer
title: Events
type: array
required:
- id
title: EmailEvents
type: object
x-infer-schema: true
54 changes: 54 additions & 0 deletions source-hubspot-native/acmeCo/email_subscriptions.schema.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
$defs:
Meta:
properties:
op:
description: "Operation type (c: Create, u: Update, d: Delete)"
enum:
- c
- u
- d
title: Op
type: string
row_id:
default: -1
description: "Row ID of the Document, counting up from zero, or -1 if not known"
title: Row Id
type: integer
required:
- op
title: Meta
type: object
additionalProperties: true
properties:
_meta:
allOf:
- $ref: "#/$defs/Meta"
default:
op: u
row_id: -1
description: Document metadata
id:
title: Id
type: string
updatedAt:
format: date-time
title: Updatedat
type: string
createdAt:
format: date-time
title: Createdat
type: string
subscriptionDefinitions:
default: []
items:
type: integer
title: Subscriptiondefinitions
type: array
required:
- id
- updatedAt
- createdAt
title: EmailSubscriptions
type: object
x-infer-schema: true
8 changes: 0 additions & 8 deletions source-hubspot-native/acmeCo/engagements.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ $defs:
default:
op: u
row_id: -1
uuid: 00000000-0000-0000-0000-000000000000
description: Document metadata
timestamp:
format: date-time
Expand Down Expand Up @@ -54,12 +53,6 @@ $defs:
description: "Row ID of the Document, counting up from zero, or -1 if not known"
title: Row Id
type: integer
uuid:
default: 00000000-0000-0000-0000-000000000000
description: UUID of the Document
format: uuid
title: Uuid
type: string
required:
- op
title: Meta
Expand All @@ -72,7 +65,6 @@ properties:
default:
op: u
row_id: -1
uuid: 00000000-0000-0000-0000-000000000000
description: Document metadata
id:
title: Id
Expand Down
Loading
Loading