Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] make sure timestamps do not have time zones #22

Closed
1 of 4 tasks
fivetran-jamie opened this issue Apr 14, 2022 · 1 comment
Closed
1 of 4 tasks

[Bug] make sure timestamps do not have time zones #22

fivetran-jamie opened this issue Apr 14, 2022 · 1 comment
Labels
type:bug Something is broken or incorrect

Comments

@fivetran-jamie
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

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) 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.
@fivetran-joemarkiewicz
Copy link
Contributor

This issue has been addressed in the PR merged above.

@fivetran-sheringuyen fivetran-sheringuyen added type:bug Something is broken or incorrect and removed bug labels Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something is broken or incorrect
Projects
None yet
Development

No branches or pull requests

3 participants