-
Notifications
You must be signed in to change notification settings - Fork 2
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
bugfix/timestamp-without-time-zone #8
Conversation
packages.yml
Outdated
# 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will swap before release
@@ -1,4 +1,4 @@ | |||
|
|||
env/ |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this 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 =)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
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:
Before marking this PR as "ready for review" the following have been applied:
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:
I then installed the local version of the qualtrics package with these changes included and saw the errors resolved!
If you had to summarize this PR in an emoji, which would it be?
🐻