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

[Bug] Stripe `created` field for balance transactions should explicitly be defined as UTC #43

Closed fivetran-joemarkiewicz closed 2 years ago

fivetran-joemarkiewicz commented 2 years ago

Is there an existing issue for this?

Describe the issue

The current definition of the created field within the balance_transaction source should explicitly define the timezone the timestamp is reported within. The stripe connector syncs this field as UTC and we should address it as such.

Relevant error log or model output

N/A

Expected behavior

The field definition details the UTC timezone.

dbt Project configurations

N/A

Package versions

packages:

What database are you using dbt with?

bigquery

dbt Version

v 1.1.0

Additional Context

No response

Are you willing to open a PR to help address this issue?