-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Allow override of Column string and numeric type by classes inheritin… #4604
Conversation
@mdesmet Sorry for the delay! We're working on getting more folks up to speed, to help with prompt review for external contributions going forward. I'm really appreciative of your patience in the meantime. @VersusFacit @McKnight-42 Let's aim to tackle the triage of #4604 and review of this PR in the current sprint. As explained in Slack, we should target v1.1 for this change, since it represents a change to the adapter interface, and it isn't resolving a regression / net-new bug from v1.0. |
Clsoing and reopening to get GitHub Checks to trigger. |
@mdesmet it seems we have one test failing for for flake8 the error is : fix a indention issue as noted by cause: seems like the name change from suggested solution: A backspace or two should cause the flake8 tests to pass on Ln 45 you should be able to double check this locally by running |
@mdesmet sorry for the slow feedback, looks like we have tests passing which is great but now your branch is behind main by a commit or two, would you mind updating your local and repushing up so we can keep both in line with each other? |
…g from the Column class
@McKnight-42 : Done! |
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 like a smart change to be able to overwrite types LGTM
@mdesmet just a heads up a recent change in the black formatter we added caused a test to fail hopped on to make sure it would work. right before merging, thank you so much for working on this. |
dbt-labs#4604) * Allow override of Column string and numeric type by classes inheriting from the Column class * updating based on new black formatter Co-authored-by: Matthew McKnight <[email protected]> Co-authored-by: Matthew McKnight <[email protected]>
…g from the Column class
resolves #4603
Description
Checklist
CHANGELOG.md
and added information about my change