Skip to content

Commit

Permalink
Revert "fix(data-warehouse): De-nest hubspot tables (#24423)"
Browse files Browse the repository at this point in the history
This reverts commit d71d24d.
  • Loading branch information
Gilbert09 authored Aug 27, 2024
1 parent 26e3e0e commit d41c477
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
THubspotObjectType = Literal["company", "contact", "deal", "ticket", "quote"]


@dlt.source(name="hubspot", max_table_nesting=0)
@dlt.source(name="hubspot")
def hubspot(
api_key: str,
refresh_token: str,
Expand Down

0 comments on commit d41c477

Please sign in to comment.