Skip to content

Commit

Permalink
šŸ› Source Hubspot: Fix pagination for companies_properties_history strā€¦
Browse files Browse the repository at this point in the history
ā€¦eam (airbytehq#34635)
  • Loading branch information
lazebnyi authored and jatinyadav-cc committed Feb 26, 2024
1 parent 2989a1f commit 1ac1a09
Show file tree
Hide file tree
Showing 5 changed files with 139 additions and 135 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 36c891d9-4bd9-43ac-bad2-10e12756272c
dockerImageTag: 3.0.0
dockerImageTag: 3.0.1
dockerRepository: airbyte/source-hubspot
documentationUrl: https://docs.airbyte.com/integrations/sources/hubspot
githubIssueLabel: source-hubspot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
"sourceMetadata": {
"type": ["null", "string"]
},
"dataSensitivity": {
"type": ["null", "string"]
},
"companyId": {
"type": ["null", "number"]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1979,7 +1979,7 @@ def page_filter(self) -> str:

@property
def more_key(self) -> str:
return "hasMore"
return "has-more"

@property
def entity(self) -> str:
Expand Down
Loading

0 comments on commit 1ac1a09

Please sign in to comment.