Skip to content

Commit

Permalink
Merge pull request #1438 from estuary/luis/source-hubspot-native
Browse files Browse the repository at this point in the history
Adding source-hubspot-native connector
  • Loading branch information
dyaffe authored Apr 12, 2024
2 parents 25e4f8b + 5af06a2 commit 44fe0d0
Show file tree
Hide file tree
Showing 40 changed files with 8,403 additions and 5,760 deletions.
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

0 comments on commit 44fe0d0

Please sign in to comment.