fivetran / dbt_stripe_source

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

correct quoted instead of backticked column name #6

Closed MarkMacArdle closed 3 years ago

MarkMacArdle commented 3 years ago

I'm using BigQuery and noticed that in the stripe_subscription_line_items table that all non-null values for plan_interval were showing as the string interval rather than year or month as I expected.

Caused by column name being escaped incorrectly.