fivetran / dbt_stripe_source

Fivetran's Stripe source dbt package
https://fivetran.github.io/dbt_stripe_source/
Apache License 2.0
8 stars 27 forks source link

[Feature] Persist `phone` column in stg_stripe__customer #70

Open fivetran-jamie opened 6 months ago

fivetran-jamie commented 6 months ago

Is there an existing feature request for this?

Describe the Feature

We include the phone field in the get_customer_columns macro, but we do not include it in the staging model. We only include the shipping_phone but i believe both will be needed for our identity resolution project

Describe alternatives you've considered

just use shipping_phone, but shipping_phone is sometimes just the company phone, while phone is the individual's

Are you interested in contributing this feature?

Anything else?

No response