fivetran / dbt_jira_source

Fivetran's Jira source dbt package
https://fivetran.github.io/dbt_jira_source/
Apache License 2.0
11 stars 11 forks source link

Hotfix/timestamp casting #24

Closed fivetran-joemarkiewicz closed 2 years ago

fivetran-joemarkiewicz commented 2 years ago

Are you a current Fivetran customer?

Fivetran created PR

What change(s) does this PR introduce?

This PR introduces a fix for redshift users who have their timestamps being currently synced as timestamptz. The fix will explicitly cast the timestamp as timestamp without time zone to allow for downstream date functions to not error out. I did confirm that casting the timestamptz date to timestamp without time zone does not alter the data but instead changes its interpretation.

Does this PR introduce a breaking change?

This will only modify how the relevant timestamp fields are interpreted within redshift and will not result in a breaking change.

Is this PR in response to a previously created Issue

How did you test the PR changes?

- [ ] CircleCi - [ ] Other (please provide additional testing details below) **Select which warehouse(s) were used to test the PR** - [X] BigQuery - [X] Redshift - [X] Snowflake - [X] Postgres - [ ] Databricks - [ ] Other (provide details below) **Provide an emoji that best describes your current mood** ⌚ **Feedback** We are so excited you decided to contribute to the Fivetran community dbt package! We continue to work to improve the packages and would greatly appreciate your [feedback](https://www.surveymonkey.com/r/DQ7K7WW) on our existing dbt packages or what you'd like to see next.