Skip to content

Commit

Permalink
fix(data-warehouse): De-nest hubspot tables (#24423)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert09 authored Aug 26, 2024
1 parent fc00dd0 commit d71d24d
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")
@dlt.source(name="hubspot", max_table_nesting=0)
def hubspot(
api_key: str,
refresh_token: str,
Expand Down

0 comments on commit d71d24d

Please sign in to comment.