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

bugfix/timestamp-without-time-zone #8

Merged
merged 5 commits into from
Mar 26, 2024

Conversation

fivetran-joemarkiewicz
Copy link
Collaborator

@fivetran-joemarkiewicz fivetran-joemarkiewicz commented Mar 25, 2024

PR Overview

This PR will address the following Issue/Feature: Internally raised issue

This PR will result in the following new package version: v0.2.0

This will be breaking due to breaking changes in the upstream source package.

Please provide the finalized CHANGELOG entry which details the relevant changes included in this PR:

PR Checklist

Basic Validation

Please acknowledge that you have successfully performed the following commands locally:

  • dbt run –full-refresh && dbt test
  • dbt run (if incremental models are present)

Before marking this PR as "ready for review" the following have been applied:

  • [n/a] The appropriate issue has been linked, tagged, and properly assigned.
  • All necessary documentation and version upgrades have been applied.
  • docs were regenerated (unless this PR does not include any code or yml updates).
  • BuildKite integration tests are passing.
  • Detailed validation steps have been provided below.

Detailed Validation

Please share any and all of your validation steps:

First I recreated the issue by setting up a new Qualtrics connector (for Redshift) and attempted to use the production version of the package. Alas, I saw the same error as documented:
image

I then installed the local version of the qualtrics package with these changes included and saw the errors resolved!
image

If you had to summarize this PR in an emoji, which would it be?

🐻

packages.yml Outdated
Comment on lines 2 to 6
# version: [">=0.2.0", "<0.3.0"]
- git: https://github.com/fivetran/dbt_qualtrics_source.git
revision: bugfix/timestamp-without-time-zone
warn-unpinned: false
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will swap before release

@fivetran-joemarkiewicz fivetran-joemarkiewicz marked this pull request as ready for review March 25, 2024 18:30
@@ -1,4 +1,4 @@

env/
Copy link

@fivetran-avinash fivetran-avinash Mar 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably should add package-lock.yml for good measure.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The package-lock.yml is already included in the .gitignore.

CHANGELOG.md Outdated
@@ -1,3 +1,11 @@
# dbt_qualtrics v0.2.0
Copy link

@fivetran-avinash fivetran-avinash Mar 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Source Changelog has v.Number.Number in front of the package, transform has v.Number.Number behind it. I know the auto-releaser will usually take care of this but since it's broken, something to watch out for here if you're manually releasing.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call, I just updated the ordering to be consistent with the source and our other packages.

Copy link

@fivetran-avinash fivetran-avinash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to release, once the source is live and passing! A few notes and recommendations, but nothing blocking from merging. And of course switch the packages =)

Copy link

@fivetran-reneeli fivetran-reneeli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

packages.yml Outdated Show resolved Hide resolved
@fivetran-joemarkiewicz fivetran-joemarkiewicz merged commit 10d738a into main Mar 26, 2024
8 checks passed
@fivetran-joemarkiewicz fivetran-joemarkiewicz deleted the bugfix/timestamp-without-time-zone branch March 26, 2024 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants