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] Update staging models to standard renaming practices #69

Open fivetran-reneeli opened 12 months ago

fivetran-reneeli commented 12 months ago

Is there an existing feature request for this?

Describe the Feature

Field renaming should take place in staging models (ex, the in the account staging model, rename id to account_id and name to account_name). We've done this in a few places but not all.

However note this will have downstream implications as most of the renaming occurs in the transforms package.

Describe alternatives you've considered

No response

Are you interested in contributing this feature?

Anything else?

No response