Skip to content

Commit

Permalink
fix(hubspot): Get columns from appropriate relation
Browse files Browse the repository at this point in the history
  • Loading branch information
levonkorganyan committed Feb 18, 2025
1 parent bc4496b commit c65e6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/staging/hubspot_staging/stg_rag_hubspot__owner.sql
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fields as (
select
{{
fivetran_utils.fill_staging_columns(
source_columns=adapter.get_columns_in_relation(source('rag_hubspot','contact')),
source_columns=adapter.get_columns_in_relation(source('rag_hubspot','owner')),
staging_columns=get_hubspot_owner_columns()
)
}}
Expand Down

0 comments on commit c65e6d4

Please sign in to comment.