You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the transform package we're seeing dateadd-related issues because activity_timestamp is getting piped in as a timestamp with time zone (on redshift). similar to our other packages, we'll need to cast this field as {{ dbt_utils.type_timestamp() }} (aka timestamp without time zone) preemptively
Relevant error log or model output
No response
Expected behavior
date functions shouldn't fail and the timestamps shouldn't have time zones
dbt Project configurations
na
Package versions
na
What database are you using dbt with?
redshift
dbt Version
na
Additional Context
No response
Are you willing to open a PR to help address this issue?
Yes.
Yes, but I will need assistance and will schedule time during our office hours for guidance
No.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Describe the issue
reported by @calder-holt
in the transform package we're seeing dateadd-related issues because
activity_timestamp
is getting piped in as a timestamp with time zone (on redshift). similar to our other packages, we'll need to cast this field as{{ dbt_utils.type_timestamp() }}
(aka timestamp without time zone) preemptivelyRelevant error log or model output
No response
Expected behavior
date functions shouldn't fail and the timestamps shouldn't have time zones
dbt Project configurations
na
Package versions
na
What database are you using dbt with?
redshift
dbt Version
na
Additional Context
No response
Are you willing to open a PR to help address this issue?
The text was updated successfully, but these errors were encountered: