Skip to content

Commit

Permalink
chore(data-warehouse): increase prop limit on hubspot integration (#1…
Browse files Browse the repository at this point in the history
…9653)

increase prop limit
  • Loading branch information
EDsCODE authored Jan 8, 2024
1 parent 91c6bcf commit 6904d40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def crm_objects(

props = ",".join(sorted(list(set(props))))

if len(props) > 2000:
if len(props) > 5000:
raise ValueError(
(
"Your request to Hubspot is too long to process. "
Expand Down

0 comments on commit 6904d40

Please sign in to comment.