fivetran / dbt_fivetran_utils

Helper utils for our packages
29 stars 19 forks source link

[FEATURE] - Update fill_pass_through_columns macro so pre-defining variables not required #105

Open fivetran-catfritz opened 1 year ago

fivetran-catfritz commented 1 year ago

Currently, fill_pass_through_columns fails if the passthrough variable is not defined in the project yml. In order for us to eliminate the need to pre-define these variables in our packages, this should be updated so a default value is declared if the variable does not exist. See persist_pass_through_columns for an example.