Skip to content

Commit

Permalink
passthrough fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-avinash committed Apr 24, 2023
1 parent d3cb2a3 commit 2ec9a14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion macros/get_rate_plan_charge_columns.sql
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
{"name": "weekly_bill_cycle_day", "datatype": dbt.type_string()}
] %}

{{ fivetran_utils.fill_pass_through_columns('zuora_rate_plan_charge_pass_through_columns') }}

{{ fivetran_utils.add_pass_through_columns(columns, var('zuora_rate_plan_charge_pass_through_columns')) }}

{{ return(columns) }}

Expand Down
3 changes: 2 additions & 1 deletion macros/get_rate_plan_columns.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
{"name": "updated_date", "datatype": dbt.type_timestamp()}
] %}

{{ fivetran_utils.fill_pass_through_columns('zuora_rate_plan_pass_through_columns') }}

{{ fivetran_utils.add_pass_through_columns(columns, var('zuora_rate_plan_pass_through_columns')) }}

{{ return(columns) }}

Expand Down

0 comments on commit 2ec9a14

Please sign in to comment.